NocoDB Update Failure: Deployment Failed During Network Process (Health Check)
Hi! I'm self-hosting nocodb with Railway, and tried to re-deploy to upgrade from 0.255.2 to 0.257.0, and ran into a health check error.
Project ID: 4f84fe2f-87f4-4629-b73b-0ffc633c0d44
Solution:Jump to solution
I reached out to the NocoDB devs, and they helped me solve it:
I just had to copy the
nc_auth_jwt_secret
value in the nc_store
table of the Postgres database, paste it in the deployment's NC_AUTH_JWT_SECRET
env value, then redeploy....5 Replies
Project ID:
4f84fe2f-87f4-4629-b73b-0ffc633c0d44
Build Logs:
Deploy Logs:
the health check failing is the absolute least of your worries, it has failed because the app never started up.
unfortunately we aren't able to provide support for 3rd party software, so i would recommend asking in the nocodb community about that error in your deploy logs.
Solution
I reached out to the NocoDB devs, and they helped me solve it:
I just had to copy the
nc_auth_jwt_secret
value in the nc_store
table of the Postgres database, paste it in the deployment's NC_AUTH_JWT_SECRET
env value, then redeploy.awsome!