You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/usage/troubleshooting/troubleshooting.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,38 @@
4
4
OpenHands only supports Windows via WSL. Please be sure to run all commands inside your WSL terminal.
5
5
:::
6
6
7
+
### Unable to access VS Code tab via local IP
8
+
9
+
**Description**
10
+
11
+
When accessing OpenHands through a non-localhost URL (such as a LAN IP address), the VS Code tab shows a "Forbidden" error, while other parts of the UI work fine.
12
+
13
+
**Resolution**
14
+
15
+
This happens because VS Code runs on a random high port that may not be exposed or accessible from other machines. To fix this:
16
+
17
+
1. Set a specific port for VS Code using the `SANDBOX_VSCODE_PORT` environment variable:
0 commit comments