6 months ago
loggin error
Attachments
6 Replies
6 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
5 months ago
your npm ci needs a valid package-lock.json (i experience somthing like this once)
to fix it, delete the old node_modules + package-lock.json and run npm i and then commit, push and redeploy
5 months ago
Configura bien
process.env.PORT.Revisa variables de entorno.
Corrige el
package.json.Mira los logs en Railway para detalles.
Con eso deberías poder levantar tu proyecto sin problema.
5 months ago
Make sure all the dependencies in the package-lock.json match package.json.
5 months ago
It looks like you need to change that step to run npm clean-install or ic (possibly a typo)
Attachments
5 months ago
app is being containerized with Nixpacks. It sets up Node.js, installs deps, builds your code, and will run it with npm run start.