You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/app/server/model/server.js:6
this.mods = getMods(server.Mods.Mod)
^
TypeError: Cannot read properties of undefined (reading 'Mod')
at new module.exports.Server (/app/server/model/server.js:6:35)
at /app/server/api.js:43:15
at /app/server/api.js:30:7
at Request.callback (/app/node_modules/superagent/lib/node/index.js:917:12)
at /app/node_modules/superagent/lib/node/index.js:1145:18
at IncomingMessage.<anonymous> (/app/node_modules/superagent/lib/node/parsers/image.js:10:5)
at IncomingMessage.emit (node:events:539:35)
at endReadableNT (node:internal/streams/readable:1345:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
```
https://github.com/msdigital/oasis/blob/master/server/api.js#L63
also if you look at my fork you can see how to set this up in a docker container with github actions (if you still use the project)
some other small things, if you dont turn on a mod or a dlc, it crashes, same with if there is no vehicles yet, other then that its looking super cool
The text was updated successfully, but these errors were encountered: