app failing to deploy
i would like to know why my app started to stop deploying as it did in the past out of nowhere
11 Replies
Project ID:
N/A
here's the build logs
The logs mention a dockerfile, if there’s a dockerfile at the root of your project can you please share it?
The default Node version was recently updated to 18. If your app was depending on Node 16, you should pin it in the package.json file
thanks a lot lemme try that
Can you link the deployment that was working and one that is not
this one was working just fine
Can you add a
railway.toml
with the contents
ok lemme try
apparently its deploying now lets see
thanks a lot it works
ty
may i know what that line does tho?
tells railway to use a previous nixpacks version, the current version is 1.16.0, you are setting it to 1.14.0