I have set the dashboard in my local. Changed the URL of horizon to the horizon server which I have set up. I am running a private network of 5 nodes.
I am getting error when the section - TXS & OPS IN THE LAST 30 DAYS: LIVE NETWORK is getting loaded. On checking details getting following :
Failed to load resource: the server responded with a : 3000/ledgers/public status of 404 (Not Found)
In multiple places in code the url is just pointing to axios.get('/ledger/public') or axios.get ('/api/nodes') or axios.get('/api/lumens') But it is not found. How do i resolve this. Which component is missing. I have just followed the steps given in build instructions.
So basically it is looking for the txn and ops in http://localhost:3000/ledger/public but unable to find it.
I am stuck on how to resolve this. If anyone has set this up. Please help.