Error when starting back-end #1995
Replies: 2 comments 3 replies
-
Have you tried running the backend without docker? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hey @kelvin-quida , It looks like you've got the redis and mongo images running, that's great. It appears you can't connect though, have you specified the required variables in the server's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
im using docker compose up to build the environment and env variables from here
but im getting this error
error: Server(startApp) Cannot read properties of null (reading 'logLevel') (stack: [
{
"function": "SettingsService.loadSettings",
"file": ".../checkmate/backend/service/settingsService.js",
"line": 52,
"column": 51
},
{
"function": "process.processTicksAndRejections",
"file": "node:internal/process/task_queues",
"line": 95,
"column": 5
},
{
"function": "async startApp",
"file": ".../checkmate/backend/index.js",
"line": 157,
"column": 2
}
])
[nodemon] app crashed - waiting for file changes before starting...
Beta Was this translation helpful? Give feedback.
All reactions