We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a0327 commit 35a622fCopy full SHA for 35a622f
src/dialogs/errors.js
@@ -57,6 +57,8 @@ function generateErrorIssueUrl (e) {
57
return 'https://github.com/ipfs/ipfs-desktop/issues/2335#issuecomment-2161827010'
58
case stack.includes('Error: multiaddr "http'):
59
return 'https://github.com/ipfs/ipfs-desktop/issues/2092#issuecomment-1088124521'
60
+ case stack.includes('error loading filesroot from dagservice: block was not found locally (offline): ipld: could not find'):
61
+ return 'https://github.com/ipfs/ipfs-desktop/issues/2882#issuecomment-2658038042'
62
}
63
64
// Something else, prefill new issue form with error details
0 commit comments