Skip to content

Commit

Permalink
docs: missing mfs root
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Feb 14, 2025
1 parent d2a0327 commit 35a622f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dialogs/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ function generateErrorIssueUrl (e) {
return 'https://github.com/ipfs/ipfs-desktop/issues/2335#issuecomment-2161827010'
case stack.includes('Error: multiaddr "http'):
return 'https://github.com/ipfs/ipfs-desktop/issues/2092#issuecomment-1088124521'
case stack.includes('error loading filesroot from dagservice: block was not found locally (offline): ipld: could not find'):
return 'https://github.com/ipfs/ipfs-desktop/issues/2882#issuecomment-2658038042'
}
}
// Something else, prefill new issue form with error details
Expand Down

0 comments on commit 35a622f

Please sign in to comment.