We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51abe8c commit c716fe5Copy full SHA for c716fe5
workspaces/devurls.md
@@ -97,3 +97,14 @@ $ curl --cookie "devurl_session=<TOKEN>" <dev-url>
97
98
You can also access your server via
99
[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