Open LuisDev99 opened 4 years ago
Following this guide: https://hasura.io/docs/1.0/graphql/manual/deployment/deployment-guides/heroku.html#updating-graphql-engine
I was able to fix the issue and now I'm able to access the Hasura console on Heroku
The issue appeared again, and this time, I'm unable to fix the problem. I'm going to open an issue on the graphql-engine,
ran into same issue
Hello everyone, I'm currently getting this error:
Logs:
2020-07-21T04:51:26.794186+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/v1/graphql" host=transportec-api.herokuapp.com request_id=MY-SECRET-ID fwd="MY-SECRET-IP" dyno= connect= service= status=503 bytes= protocol=https 2020-07-21T04:52:06.469031+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/v1/graphql" host=transportec-api.herokuapp.com request_id=MY-SECRET-ID fwd="MY-SECRET-IP" dyno= connect= service= status=503 bytes= protocol=https
All the other logs are basically the same as these two above.
I noticed (from my emails) that a release came out today (v1.3.0). Maybe this new version somehow broke my Heroku app?
Thanks in advance. I'm opening this issue (similar to this one #71 ) in case anyone is having the same issue with the version 1.3.0 as of today