hasura / graphql-engine-heroku

Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events.
https://hasura.io
230 stars 234 forks source link

Cannot connect Hasura with custom postgres db on Heroku #87

Open imagebind opened 3 years ago

imagebind commented 3 years ago

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