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 fd61de1 commit c4c5593Copy full SHA for c4c5593
src/dialogs/errors.js
@@ -61,6 +61,8 @@ function generateErrorIssueUrl (e) {
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
+ case stack.includes('failure to decode config: The Experimental.AcceleratedDHTClient key has been moved to Routing.AcceleratedDHTClient'):
65
+ return 'https://github.com/ipfs/ipfs-desktop/issues/2961#issuecomment-3083916364'
66
}
67
68
// Something else, prefill new issue form with error details
0 commit comments