polkascan / explorer

Polkascan Substrate Explorer
GNU General Public License v3.0
42 stars 44 forks source link

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

Open MathCryptoDoc opened 9 months ago

MathCryptoDoc commented 9 months ago

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

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 commented 9 months ago

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