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
The WebUI, returned by <IPFS API URL>/webui has hardcoded localhost in it. So it doesn't really work for any other machine than localhost
It should take the API address from the go-ipfs config, not just force it to be localhost.
The WebUI, returned by
<IPFS API URL>/webuihas hardcodedlocalhostin it. So it doesn't really work for any other machine thanlocalhostIt should take the API address from the go-ipfs config, not just force it to be
localhost.