Build successfully in Nixpacks v1.17.0, but failed in v1.19.0

Our project link: https://railway.app/project/fce4fdbb-2377-4028-8121-4d894fbeb816/service/e89c837e-35f6-44fc-9581-3004dcb87a37 Actually I'm not sure if it build failed by Nixpakcs. But I pushed code which deployed successfully, and I compare logs, I only find Nixpacks version is different.
Railway
404 - Page not found
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
3 Replies
Percy
Percy7mo ago
Project ID: fce4fdbb-2377-4028-8121-4d894fbeb816,e89c837e-35f6-44fc-9581-3004dcb87a37
Brody
Brody7mo ago
you can try setting the nixpacks version back to 1.17.0 by adding this railway.json to your project
{
"$schema": "https://schema.up.railway.app/railway.schema.json",
"build": {
"nixpacksVersion": "1.17.0"
}
}
{
"$schema": "https://schema.up.railway.app/railway.schema.json",
"build": {
"nixpacksVersion": "1.17.0"
}
}
Bob(xsb.near)
Bob(xsb.near)7mo ago
Thanks, I'll try it.