[SOLVED] Local Host can't be reached

Dear community I would like to request assistance on crypto arbitrage. I did clone the code for moralis https://github.com/DanielMoralisSamples/28_Defi_Intro. However I am facing a challange while lauching the UI. While I run server from vscode terminal I get the
port 8000 (http://[::]:8000/) … This gives me an error in crome that site can’t be reached.
On the same note, while I run frontend (index.html) via open live server, the UI opens on the local url http://127.0.0.1:5500/frontend/index.html. hence I am not able to sport any arbitrage oppotunity even though logged into my metamask Avalanche Fuji test nest or the Avalanche main net.

I will gladly appreciate assistance on this query.
At the same time I would like to ask on where I can get the main flashloan aave provider address?

Best regards.
Erick

try to access http://127.0.0.1:8000/ for that (http://[::]:8000/)

Thanks alot that actually worked.

1 Like