How to debug timeout on Heroku deployment #8759
Unanswered
kurt-o-sys
asked this question in
Question
Replies: 1 comment 8 replies
-
I'm currently having issues trying to get Hasura running on Heroku, this is due to the recent changes by Heroku to restrict PostgreSQL extensions to the |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I had a working deployment of Hasura on Heroku. However, recently, when I startup the application, there's a timeout error, resulting in the app just not starting anymore (see logs below). The credentials, urls etc are correct, since the application has been working before.
I already had Heroku increase the timeout from 60 seconds to 120 seconds, but that doesn't help.
The postgres database is running fine (I can connect to it and read the schemas and tables)
This is my Dockerfile (updated Hasura to version 2.9.0):
Any ideas how I can find out the exact issue/how to debug it/how to solve it?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions