Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add network-issues tag #208

Merged
merged 3 commits into from
Jul 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions tags/tags.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1195,3 +1195,11 @@ Relative paths base:
- [`require`](https://nodejs.org/api/modules.html#requireid) resolves relative paths based on the file's location.
- [`fs`](https://nodejs.org/api/fs.html) methods (e.g. [`fs.readFile`](https://nodejs.org/api/fs.html#fspromisesreadfilepath-options)) resolve paths based on the current working directory.
"""

[network]
Wolvinny marked this conversation as resolved.
Show resolved Hide resolved
keywords = ["network-issues", "connection-reset", "socket-error"]
content = """
Errors such as `ECONNRESET`, `ConnectTimeoutError`, `SocketError: other side closed` indicate a network issue
* Free or shared hosting providers often come with significant limitation
* Another indication of these issues are 'Unknown Interaction' errors.
"""
Loading