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
`ipfs repo fsck` seems to have been deprecated (ipfs/kubo@288a83c) in the meanwhile so our logic wasn't working.
I changed it so now we manually check if it's a connection refused error. If so, check if there's a config file. If so, remove the api file. If no config file, then it's a remote api connection, show error to the user.
License: MIT
Signed-off-by: Henrique Dias <[email protected]>
0 commit comments