Skip to content

Commit 0254645

Browse files
authored
docs(troubleshooting): mention devcontainers as culprit for hanging requests (#19599)
1 parent e52af45 commit 0254645

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/guide/troubleshooting.md

+3
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ For Ubuntu Linux, you may need to add the line `* - nofile 65536` to the file `/
111111

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

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

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

0 commit comments

Comments
 (0)