Skip to content

Commit

Permalink
docs(troubleshooting): mention devcontainers as culprit for hanging r…
Browse files Browse the repository at this point in the history
…equests (#19599)
  • Loading branch information
alexsapps authored Mar 7, 2025
1 parent e52af45 commit 0254645
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/guide/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ For Ubuntu Linux, you may need to add the line `* - nofile 65536` to the file `/

Note that these settings persist but a **restart is required**.

Alternatively, if the server is running inside a VS Code devcontainer, the request may appear to be stalled. To fix this issue, see
[Dev Containers / VS Code Port Forwarding](#dev-containers-vs-code-port-forwarding).

### Network requests stop loading

When using a self-signed SSL certificate, Chrome ignores all caching directives and reloads the content. Vite relies on these caching directives.
Expand Down

0 comments on commit 0254645

Please sign in to comment.