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

[Bug]: Nixpack doesn't seem to detect required config #5261

Open
aschenkuttel opened this issue Mar 1, 2025 · 1 comment
Open

[Bug]: Nixpack doesn't seem to detect required config #5261

aschenkuttel opened this issue Mar 1, 2025 · 1 comment
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.

Comments

@aschenkuttel
Copy link

aschenkuttel commented Mar 1, 2025

Error Message and Logs

Framework: Remix.js

My application won't run. Logs only display caddy since it will run instead of my application as the first process if I understood that correctly.

Workaround is simply setting "npm run start" manually as the start command.
This fixes everything.

Is that nixpack related or how coolify implements them?

Steps to Reproduce

  1. Deploy
  2. caddy output in logs
  3. set npm run start manually
  4. restart

Example Repository URL

No response

Coolify Version

4.0.0-beta.397

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Ubuntu 24.04

Additional Information

No response

@aschenkuttel aschenkuttel added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Mar 1, 2025
@vniehues
Copy link

vniehues commented Mar 2, 2025

I can confirm this happens with my react-router-v7 application.
Setting the start command to "npm run start" instead of the default empty fixes it for me as well.
This happened on 4.0.0-beta.395 and now on 4.0.0-beta.397

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.
Projects
None yet
Development

No branches or pull requests

2 participants