docs: add TROUBLESHOOTING.md and extend Debugging section#3243
Open
Galoretka wants to merge 3 commits intolibp2p:mainfrom
Open
docs: add TROUBLESHOOTING.md and extend Debugging section#3243Galoretka wants to merge 3 commits intolibp2p:mainfrom
Galoretka wants to merge 3 commits intolibp2p:mainfrom
Conversation
achingbrain
requested changes
Sep 5, 2025
doc/TROUBLESHOOTING.md
Outdated
Comment on lines
97
to
109
| ### WebTransport cannot listen in Node.js | ||
|
|
||
| Symptoms: | ||
|
|
||
| - Attempting to listen using WebTransport fails. | ||
|
|
||
| Context: | ||
|
|
||
| - The WebTransport transport currently only supports dialing to other nodes. Listening requires QUIC support to land in Node.js first. | ||
|
|
||
| Actions: | ||
|
|
||
| - Use WebTransport for dialing only. For listening in Node.js, use supported server-side transports such as TCP or WebSockets. |
Member
There was a problem hiding this comment.
This is not correct - WebTransport is not supported at all in Node.js right now.
Where did this information come from?
Author
There was a problem hiding this comment.
This is not correct - WebTransport is not supported at all in Node.js right now.
Where did this information come from?
My bad, updated doc
621b464 to
6059227
Compare
0f3ab9e to
d1ff510
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add doc/TROUBLESHOOTING.md with grounded guidance:
Common issues with resolutions:
Update doc/GETTING_STARTED.md Debugging examples:
Fixes #2101
Change checklist