Skip to content

Commit c716fe5

Browse files
author
Katie Horne
authored
chore: add dev URL troubleshooting tip (coder#781)
1 parent 51abe8c commit c716fe5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

workspaces/devurls.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,14 @@ $ curl --cookie "devurl_session=<TOKEN>" <dev-url>
9797

9898
You can also access your server via
9999
[SSH port forwarding](ssh.md#forwarding-dev-urls).
100+
101+
## Troubleshooting
102+
103+
If you're seeing issues with your dev URL, we recommend using something like
104+
Python's `http.server` module to gain additional information helpful for
105+
troubleshooting issues with DevURL configuration and external proxies:
106+
107+
```console
108+
# update the following with the port you're troubleshooting
109+
python3 -m http.server 8080
110+
```

0 commit comments

Comments
 (0)