We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could be related with #5158
When Starting the container without the -d tag for Docker compose this Error Accures Starting uptime-kuma-dev ... done Attaching to uptime-kuma-dev uptime-kuma-dev | node:internal/modules/cjs/loader:1228 uptime-kuma-dev | throw err; uptime-kuma-dev | ^ uptime-kuma-dev | uptime-kuma-dev | Error: Cannot find module '/app/server/server.js' uptime-kuma-dev | at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15) uptime-kuma-dev | at Module._load (node:internal/modules/cjs/loader:1051:27) uptime-kuma-dev | at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12) uptime-kuma-dev | at node:internal/main/run_main_module:28:49 { uptime-kuma-dev | code: 'MODULE_NOT_FOUND', uptime-kuma-dev | requireStack: [] uptime-kuma-dev | } uptime-kuma-dev | uptime-kuma-dev | Node.js v20.18.0 uptime-kuma-dev exited with code 1
Starting uptime-kuma-dev ... done Attaching to uptime-kuma-dev uptime-kuma-dev | node:internal/modules/cjs/loader:1228 uptime-kuma-dev | throw err; uptime-kuma-dev | ^ uptime-kuma-dev | uptime-kuma-dev | Error: Cannot find module '/app/server/server.js' uptime-kuma-dev | at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15) uptime-kuma-dev | at Module._load (node:internal/modules/cjs/loader:1051:27) uptime-kuma-dev | at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12) uptime-kuma-dev | at node:internal/main/run_main_module:28:49 { uptime-kuma-dev | code: 'MODULE_NOT_FOUND', uptime-kuma-dev | requireStack: [] uptime-kuma-dev | } uptime-kuma-dev | uptime-kuma-dev | Node.js v20.18.0 uptime-kuma-dev exited with code 1
Just start the docker-compose file without the -d flag at the emnd
It should start
With the -d flag ist shows that it startet, but it just throwes an error
2.0.0beta.1 I think
Raspberry OS Lite (64 Bit), Docker compose
Firefox
The text was updated successfully, but these errors were encountered:
No branches or pull requests
π I have found these related issues/pull requests
Could be related with #5158
π‘οΈ Security Policy
Description
When Starting the container without the -d tag for Docker compose this Error Accures
Starting uptime-kuma-dev ... done Attaching to uptime-kuma-dev uptime-kuma-dev | node:internal/modules/cjs/loader:1228 uptime-kuma-dev | throw err; uptime-kuma-dev | ^ uptime-kuma-dev | uptime-kuma-dev | Error: Cannot find module '/app/server/server.js' uptime-kuma-dev | at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15) uptime-kuma-dev | at Module._load (node:internal/modules/cjs/loader:1051:27) uptime-kuma-dev | at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12) uptime-kuma-dev | at node:internal/main/run_main_module:28:49 { uptime-kuma-dev | code: 'MODULE_NOT_FOUND', uptime-kuma-dev | requireStack: [] uptime-kuma-dev | } uptime-kuma-dev | uptime-kuma-dev | Node.js v20.18.0 uptime-kuma-dev exited with code 1
π Reproduction steps
Just start the docker-compose file without the -d flag at the emnd
π Expected behavior
It should start
π Actual Behavior
With the -d flag ist shows that it startet, but it just throwes an error
π» Uptime-Kuma Version
2.0.0beta.1 I think
π» Operating System and Arch
Raspberry OS Lite (64 Bit), Docker compose
π Browser
Firefox
π₯οΈ Deployment Environment
π Relevant log output
The text was updated successfully, but these errors were encountered: