Replies: 1 comment 1 reply
-
Hey @dlovingst, can you please share your Docker configuration? Do you have a Docker Compose file you're using? If not, can you share the command-line invocations you're using to start everything up, including the arguments you're passing? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a database hosted in a local docker container of Azure SQL Edge. I am able to access it with Visual Studio Code, Azure Data Studio and the JavaScript MS SQL driver in a JS app.
I have hasura/graphql-engine community edition running is a separate docker container.
I am unable to get the Hasura Console to connect to the database. I am not sure if it is an error in the connection string or something to do with hasura and SQL Edge in separate containers.
Any help appreciated!
Beta Was this translation helpful? Give feedback.
All reactions