Start command for Django app
Hello, I am encountering this message after I pushed to Github. I did not change any settings in CORS. Postgres DB is also hosted on railway
11 Replies
Project ID:
fc8a7fe5-8c10-4239-83ac-600c95f88869
project ID: fc8a7fe5-8c10-4239-83ac-600c95f88869
can you connect to that database locally?
yes i can
try increasing the connection timeout to your database
is it a db issue or a server issue?
increasing the connection timeout worked?
no it didn't unfortunately. doubled it also
Solution
put the connection attempt on a retry loop
@Brody ty
no problem!