question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hasura console is not able to reach your Hasura GraphQL engine instance. Please ensure that your instance is running and the endpoint is configured correctly.

See original GitHub issue

I hade up and run docker image but last week, all of the sudden, it had been down. I got this error for 1 week and try all things and didn’t work, I removed the docker file and image, container and install fresh but also didn’t work, and got this message: DB schema loading failed Failed to fetch. docker :

version: '3.7' services: postgres: image: postgres:12 restart: always volumes: - db_data:/var/lib/postgresql/data environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgrespassword POSTGRES_DATABASE: postgres graphql-engine: image: hasura/graphql-engine:v1.3.2 ports: - "8080:8080" depends_on: - "postgres" restart: always environment: HASURA_GRAPHQL_DATABASE_URL: postgres://postgres:postgrespassword@postgres:5432/postgres #HASURA_GRAPHQL_DATABASE_URL: postgres://postgres:@host.docker.internal:5432/postgres HASURA_GRAPHQL_ENABLE_CONSOLE: "true" # set to "false" to disable console HASURA_GRAPHQL_DEV_MODE: "true" HASURA_GRAPHQL_ENABLED_LOG_TYPES: startup, http-log, webhook-log, websocket-log, query-log ## uncomment next line to set an admin secret volumes: db_data:

_Originally posted by @tavakoli-ali in https://github.com/hasura/graphql-engine/issues/2378#issuecomment-703175933_

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
rikinskcommented, Feb 17, 2021

@sdil This could be due to your CORS settings. I see you have localhost:3000 and localhost:8080 enabled but not localhost:9695 which is where the CLI console runs

edit: realising its been a while since you had asked. hope you had managed to resolve this

0reactions
EugeneHerasymchukcommented, Feb 17, 2021

or cleaning cache? sorry, for stupid suggestion, but console cache could have an old config and it might be a solution

Read more comments on GitHub >

github_iconTop Results From Across the Web

Hasura console is not able to reach your Hasura GraphQL ...
Hasura console is not able to reach your Hasura GraphQL engine instance. Please ensure that your instance is running and the endpoint is...
Read more >
Troubleshooting Hasura GraphQL engine errors
Troubleshoot Hasura GraphQL engine errors. ... Should there be any error coming from the Hasura console UI, they will show up in the...
Read more >
Hasura console not working for chrome browser
It's because you are trying to access the console using https . If you look at the request url it says Request URL: ......
Read more >
Hasura: Login
Hasura console is not able to reach your Hasura GraphQL engine instance. Please ensure that your instance is running and the endpoint is...
Read more >
How to Install Hasura GraphQL Engine - Virtuozzo
Learn how to install Hasura GraphQL Engine to connect, manage, and track events of your PostgreSQL database. Follow the steps required to deploy...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found