graphql-engine-heroku icon indicating copy to clipboard operation
graphql-engine-heroku copied to clipboard

Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events.

Results 16 graphql-engine-heroku issues
Sort by recently updated
recently updated
newest added

Attempted to use "Deploy to Heroku" button several times today. (https://heroku.com/deploy?template=https://github.com/hasura/graphql-engine-heroku) I continue to get "Application Error", with the server crashing. I checked the logs with `heroku logs --tail -a...

I'm trying to deploy on Heroku Dockerfile with hasura folder with metada/migrations without success: ``` # FROM hasura/graphql-engine:v2.6.0 FROM hasura/graphql-engine:v2.0.4.cli-migrations-v3 COPY ./hasura/migrations /hasura-migrations COPY ./hasura/metadata /hasura-metadata WORKDIR / # Enable...

https://github.com/hasura/graphql-engine-heroku/blob/25c36c8ad0a2f18c07ba06174195982ccccdcb45/Dockerfile#L11 Any reason this can't be 20 or 18?

Hello everyone, I'm currently getting this error: ![image](https://user-images.githubusercontent.com/30758539/88019997-20383780-cae8-11ea-9250-f78ea991d48b.png) 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...

Is there a reason to use `DATABASE_URL` instead of `HASURA_GRAPHQL_DATABASE_URL` as env variable name?

Steps done: 1. Created a new Heroku repository following the instructions 2. Clicked "View" button 3. (On Safari 13.1/macOS Catalina 10.15.4) The Loading screen persists 4. Console outputs this –...

Old pattern: `https://docs.hasura.io/1.0/` New pattern: ?

Hi, I've just tried to deploy hasura on heroku, following the doc. The deployment is successful, but when I open the app, I get an application error. "Application error An...

I'm getting below error while connecting Hasura with custom Postgres DB(RDS) on Heroku. `{"type":"startup","timestamp":"2020-09-02T06:04:56.743+0000","level":"info","detail":{"kind":"postgres_connection","info":{"error":"parsing database url failed"}}}` This is the Database URL I have configured in Heroku environment - **postgres://postgres:secret_password@database-2.coeweuvb9ups.ap-south-1.rds.amazonaws.com:5432/postgres**

I've swapped out the underlying database for version 12.1 on Heroku. I'm now getting errors similar to #57, and I'm unable to reset the metadata. When resetting the metadata in...