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
{{ message }}
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.
Describe the bug
I followed the instructions as per the main page to clone the repository and build the app. After the server runs, the Dashboard loads the UI but no blocks are being shown. Only the spinning wheel and keeps spinning forever. I was running geth client and thought that might be the problem and migrated to the core-geth version from etclabscore repository. Still on both occasions nothing is being shown on the block explorer. http(--rpc) and http.corsdomain (--rpccorsdomain) flags are enabled from the terminal.
To Reproduce
core-geth latest version fully synced with the main ethereum network.
I start the core-geth client with the following arguments:
sudo ./geth --datadir "/media/testbed/wd_mb/ETH/eth_data_dir/" --config conf.toml --http --http.corsdomain "*"
My config file contains the following arguments:
I start the service runner with: REACT_APP_ETH_RPC_URL=127.0.0.1:8545 npm run service-runner
in one terminal window and the dashboard with REACT_APP_ETH_RPC_URL=127.0.0.1:8545 npm start
in the other terminal window.
Expected behavior
For the block explorer to work. But it doesn't. It loads forever
Screenshots
Desktop (please complete the following information):
OS: Ubuntu 20.04.1 LTS
Browser: Firefox 84.0.2 (64-bit)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I followed the instructions as per the main page to clone the repository and build the app. After the server runs, the Dashboard loads the UI but no blocks are being shown. Only the spinning wheel and keeps spinning forever. I was running geth client and thought that might be the problem and migrated to the core-geth version from etclabscore repository. Still on both occasions nothing is being shown on the block explorer. http(--rpc) and http.corsdomain (--rpccorsdomain) flags are enabled from the terminal.
To Reproduce
core-geth latest version fully synced with the main ethereum network.
I start the core-geth client with the following arguments:
sudo ./geth --datadir "/media/testbed/wd_mb/ETH/eth_data_dir/" --config conf.toml --http --http.corsdomain "*"
My config file contains the following arguments:
I start the service runner with:
REACT_APP_ETH_RPC_URL=127.0.0.1:8545 npm run service-runner
in one terminal window and the dashboard with
REACT_APP_ETH_RPC_URL=127.0.0.1:8545 npm start
in the other terminal window.
Expected behavior
For the block explorer to work. But it doesn't. It loads forever
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: