Replies: 1 comment
-
Hello @Dan1aR please ask to discord tech blockscout. https://discord.gg/blockscout . Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! Im running local hardhat node and would like to run blockscout with it, but facing this error:
{"time":"2025-01-18T20:30:21.556Z","severity":"warn","message":"WS endpoint ws://host.docker.internal:8545/ is unavailable, and no fallback is set, shutting down WS client","metadata":{"fetcher":"websocket_client"}}
Steps to reproduce:
Im run local hardhat node via:
npx hardhat node
Running blockscout via docker compose:
docker-compose -f hardhat-network.yml up -d
service backend keeps failing with this message in logs
My hardhat version is:
"hardhat": "^2.14.0"
Blockscaut docker images:
ghcr.io/blockscout/frontend latest 1de092087772 9 days ago 480MB blockscout/blockscout latest 7691f62bd5ef 3 weeks ago 451MB ghcr.io/blockscout/stats latest d3088c548c9b 4 weeks ago 266MB ghcr.io/blockscout/smart-contract-verifier latest 5108b0345121 2 months ago 199MB ghcr.io/blockscout/user-ops-indexer latest 021b93685e0d 3 months ago 201MB ghcr.io/blockscout/sig-provider latest f2f4b9db9908 5 months ago 179MB ghcr.io/blockscout/visualizer latest 6ed8743f1bd4 6 months ago 1.53GB
Can you please help me fix this issue
Beta Was this translation helpful? Give feedback.
All reactions