Deploys with Netlify failing

I noticed my Redwood projects (first deployed years ago and periodically updated) are displaying the ‘Something went wrong’ error on their deployed sites, so I did part of the tutorial just to see if anything changed with Netlify or data migration.

I focused on the schema, initial migration, put the Railway database_url in the .env file and in Netlify, but the deploy fails. However, it does run locally and can read-write to the Railway PostgreSQL instance.

The repo

image

Any help is appreciated!

Try doing a yarn install locally, and making sure that your yarn.lock is checked in.

1 Like

That did the trick! Thanks! I also fixed my deploy for an older redwood project, noticing that the yarn upgrade command doesn’t always update the package.json version numbers.

2 Likes