@graphql-mesh/postgraphile keeps looking for a 'node' database #6448
Unanswered
Shannon-PA
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get a basic Mesh poc up and I'm trying to connect to a postgres database but there doesn't seem to be anything on the issue I'm having.
My meshrc file looks like this:
The database exists, it has a schema and a table in it. I can connect to it with regular sql tools and Postgraphile can successfully connect using the exact same connection string.
However when I run mesh, I get the error:
Prior to this it was erroring out with the message that the ROLE 'node' did not exist. So I created the role 'node'. Now it's looking for a database named 'node'. The connection string specifies the database as being named 'postgres'. I can't find anywhere else to configure this. Can anyone point me in then right direction?
Beta Was this translation helpful? Give feedback.
All reactions