Postgres Database unavailable during build with New Template
I am working on a template for Documenso here: https://railway.app/template/_C0ETV?referralCode=EZR3s0 but I am having an issue.
Initially, deployment fails as the database seems unavailable. However, if you delete the DATABASE_URL variable from the variables tab, re-add it, and then redeploy, it works.
Railway
Deploy documenso on Railway
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
6 Replies
Project ID:
c0d62f17-0b62-415a-b8b1-f82d00a06549
c0d62f17-0b62-415a-b8b1-f82d00a06549
can you show me the variables you have setup in the template itself?
I think I've ran into this issue myself, I've solved it, but I'd need to see a screenshot of the template variables in order to know if we've faced the same issue
This is it
yeah I had the same issue, remove all the predefined database variables from the template as railway will add them for you automatically
Okay, thank you