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
This is a regression introduced by ipfs/ipfs-desktop#1956 – it clashed with a bug in go-ipfs where localhost rpc api origin was safelisted only when no custom safelist was present. That PR added custom safelist, effectively disabling access to rpc api.
We fixed it in go-ipfs in ipfs/kubo#8690 by always safelisting 127.0.0.1:<port> (where port is RPC API at 5001) but go-ipfs 0.13 is not released yet.
I'll prepare a bugfix release of ipfs-desktop shortly (it will manually add 127.0.0.1:5001 for now)
lidel
added
P0
Critical: Tackled by core team ASAP
and removed
need/triage
Needs initial labeling and prioritization
labels
Mar 21, 2022
Describe the bug
IPFS-Companion is offline, no matter what I do. I have tried restarting IPFS-Desktop, updating all software, etc.
Expected behavior
It was working perfectly until the last update.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: