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 7b99abc commit fd61de1Copy full SHA for fd61de1
src/dialogs/errors.js
@@ -59,6 +59,8 @@ function generateErrorIssueUrl (e) {
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
+ case stack.includes('no protocol with name: localhost:5001'):
63
+ return 'https://github.com/ipfs/ipfs-desktop/issues/2964#issuecomment-3083882607'
64
}
65
66
// Something else, prefill new issue form with error details
0 commit comments