Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not connecting to ws://127.0.0.1:8000/graphql-ws #31

Open
MathCryptoDoc opened this issue Dec 4, 2023 · 1 comment
Open

Not connecting to ws://127.0.0.1:8000/graphql-ws #31

MathCryptoDoc opened this issue Dec 4, 2023 · 1 comment

Comments

@MathCryptoDoc
Copy link

I am testing the standard docker compose file for polkadot with three modifications:

  • START_BLOCK=18000000
  • Substrate RPC is "wss://rpc.ibp.network/polkadot" (both in docker-compose.yml and explorer-ui-config.json)
  • Disabled the substrate-node in docker-compose.yml

Docker compose starts fine and I can go to the website http://localhost:8080/local. Blocks are appearing but only new ones. The old ones are not available, despite that the harvester processes them fine.

It seems that the connection to ws://127.0.0.1:8000/graphql-ws is not established. It keeps on connecting when I check its status in the website.

Is there something I can do to debug?

Files are attached:
docker-compose.yml.txt
explorer-ui-config.json.txt

@MathCryptoDoc
Copy link
Author

If you use the public ip of the server in explorerWsUrlArray instead of localhost, it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant