Skip to content
New issue

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

Can't start container #5522

Open
1 task done
Nino678190 opened this issue Jan 12, 2025 · 0 comments
Open
1 task done

Can't start container #5522

Nino678190 opened this issue Jan 12, 2025 · 0 comments
Labels

Comments

@Nino678190
Copy link

πŸ“‘ 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

  • Runtime:
  • Database:
  • Filesystem used to store the database on:
  • number of monitors:

πŸ“ Relevant log output

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
@Nino678190 Nino678190 added the bug Something isn't working label Jan 12, 2025
@louislam louislam added help and removed bug Something isn't working labels Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants