My build is failing over private networking
arhammusheer
HOBBYOP

13 days ago

I've been having consistent build success for my project (Nextjs app) but just now my build has started to fail because of it being unable to reach the database over private networking.

I believe i've root caused the issue to a private networking issue

DATABASE_URL causes build failure,

DATABASEPUBLICURL works fine and build passes

I am on railpack builder, asia south east region

2 Replies

arhammusheer
HOBBYOP

13 days ago

My build is failing over private networking


ray-chen
EMPLOYEE

13 days ago

Use a pre-deploy command for migrations instead. Private networking is unavailable in builds at the moment


Loading...