Skip to content

Commit fd61de1

Browse files
committed
docs: error: no protocol with name
1 parent 7b99abc commit fd61de1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dialogs/errors.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ function generateErrorIssueUrl (e) {
5959
return 'https://github.com/ipfs/ipfs-desktop/issues/2092#issuecomment-1088124521'
6060
case stack.includes('error loading filesroot from dagservice: block was not found locally (offline): ipld: could not find'):
6161
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'
6264
}
6365
}
6466
// Something else, prefill new issue form with error details

0 commit comments

Comments
 (0)