We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: