Skip to content

Commit 35a622f

Browse files
committed
docs: missing mfs root
1 parent d2a0327 commit 35a622f

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
@@ -57,6 +57,8 @@ function generateErrorIssueUrl (e) {
5757
return 'https://github.com/ipfs/ipfs-desktop/issues/2335#issuecomment-2161827010'
5858
case stack.includes('Error: multiaddr "http'):
5959
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'
6062
}
6163
}
6264
// Something else, prefill new issue form with error details

0 commit comments

Comments
 (0)