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 was archived by the owner on Feb 12, 2024. It is now read-only.
After running ipfs daemon when user try to access to default webui url(http://127.0.0.1:5002/webui) it is redirecting to http://undefined:9090//ipfs/Qmexhq2sBHnXQbvyP2GfUdbnY7HCagH2Mw5vUNSBn2nxip.
Steps to reproduce the error:
Run js-ipfs daemon
$> jsipfs daemon
Initializing IPFS daemon...
js-ipfs version: 0.40.0
System version: x64/linux
Node.js version: 11.15.0
....
API listening on /ip4/127.0.0.1/tcp/5002/http
Gateway (read only) listening on /ip4/127.0.0.1/tcp/9090/http
Web UI available at http://127.0.0.1:5002/webui
Go to your favorite browser an open a tab with http://127.0.0.1:5002/webui
You are redirected to http://undefined:9090//ipfs/Qmexhq2sBHnXQbvyP2GfUdbnY7HCagH2Mw5vUNSBn2nxip
Expected result
Run js-ipfs daemon
Go to your favorite browser an open a tab with http://127.0.0.1:5002/webui
You are redirected to http://127.0.0.1:9090//ipfs/Qmexhq2sBHnXQbvyP2GfUdbnY7HCagH2Mw5vUNSBn2nxip