If your run
then the API responds to requests for /api/v0/stats/bw with a 400 status code and the body:
{"Message":"this command must be run in online mode. Try running 'ipfs daemon' first","Code":1,"Type":"error"}
as we're using the bandwidth stats to determine if the connection is working, the Web UI asserts that the connection to IPFS has failed.
If your run
ipfs daemon --offlinethen the API responds to requests for
/api/v0/stats/bwwith a400status code and the body:{"Message":"this command must be run in online mode. Try running 'ipfs daemon' first","Code":1,"Type":"error"}as we're using the bandwidth stats to determine if the connection is working, the Web UI asserts that the connection to IPFS has failed.