-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Endpoints are relative to / instead of being relative to the subpath containing index.html #165
Comments
I never tried coder, probably worth looking into #64 |
First thing to ask here would be to check if there are any errors in the developer console. If there is an error, then we can move to the next phase. |
|
Any news? |
@PMohanJ Is it possible that the JavaScript source (in |
It seems like |
@lazybutbusy please test.
|
Thank you for your response, I will test it again next week when I have time. |
Some more information (primarily for JupyterLab) is that the current code has issues with |
When I host the Coder workspace and Selkies-GStreamer on the internet, it fails to perform the TURN request properly. Instead of reaching the expected path, it seems to be requesting the wrong URL:
Instead, I believe it should be directed to the following URL:
However, when I attempt to connect to the pod through the port on the LAN, it works perfectly fine:
I suspect the issue may be originating from the following code segment:
The text was updated successfully, but these errors were encountered: