a year ago
I deployed my django api on railway and it was working fine, until when we were testing posting of files and it kept on returning error 503.. I tried it on my localhost but it does not even post at all.. I checked my usage and it does not indicate that it has expired. What can I do??
3 Replies
a year ago
503 means your app didn't respond or didn't respond properly, does it work when simply visiting the link in a browser?
a year ago
yes.. I created a new postgres database and now it works. Is it possible for my database to cause such issues? If so how can I migrate the data from the previous to the current?
a year ago
If your app can't connect to your database then it's very possible it will not be answering any http requests.
What is the current state of your old postgres database?