You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run the services described in docker-compose file, the ingestion service does not recognize the local EVM network running at port 8545. I passed the en variable NODE_ENDPOINT as described in the README.md file, but the logs of the service return "Connection Refused", as shown below:
java.net.ConnectException: Failed to connect to /172.16.239.1:8545
Someone know how could I solve these issue?
I am running the command as follows:
NODE_ENDPOINT=http://172.16.239.1:8545 docker-compose up
I am running both the explorer and the local EVM network on a WSL 2 distribution.
The text was updated successfully, but these errors were encountered:
Hello,
When trying to run the services described in docker-compose file, the ingestion service does not recognize the local EVM network running at port 8545. I passed the en variable NODE_ENDPOINT as described in the README.md file, but the logs of the service return "Connection Refused", as shown below:
java.net.ConnectException: Failed to connect to /172.16.239.1:8545
Someone know how could I solve these issue?
I am running the command as follows:
NODE_ENDPOINT=http://172.16.239.1:8545 docker-compose up
I am running both the explorer and the local EVM network on a WSL 2 distribution.
The text was updated successfully, but these errors were encountered: