-
Notifications
You must be signed in to change notification settings - Fork 881
CODER_ACCESS_URL
shouldn't require protocol
#2874
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
Comments
This made me waste at least 4 hours. On a custom docker-compose (couple hours ago reading this issue) I made a correction in my env
would have worked... but forgetting I used the same env on the reverse proxy so it was trying to resolve A fix as simple as:
was what I needed in the end. |
If we end up inferring a scheme, that scheme better be |
Yes, but I do think we should infer |
An alternative is that we require a protocol and do validation on this instead of letting it fail silently. |
As a user, if the access URL is set to
localhost:6080
instead ofhttp://localhost:6080
, workspaces will fail to build since "localhost" is assumed to be the protocol. We should either show an error that a protocol is required or add a protocol if none exists.The text was updated successfully, but these errors were encountered: