Skip to content

Commit c4c5593

Browse files
committed
docs: Experimental.AcceleratedDHTClient
1 parent fd61de1 commit c4c5593

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
@@ -61,6 +61,8 @@ function generateErrorIssueUrl (e) {
6161
return 'https://github.com/ipfs/ipfs-desktop/issues/2882#issuecomment-2658038042'
6262
case stack.includes('no protocol with name: localhost:5001'):
6363
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'
6466
}
6567
}
6668
// Something else, prefill new issue form with error details

0 commit comments

Comments
 (0)