Closed ZQyou closed 2 years ago
I have added 3.10.2, 3.11.1, 3.12.0, 4.0.2 for testing. The login failure (wrong redirecting?) happens starting from 3.11.
We've heard a lot of similar reports from discourse.
Docs say:
HTTP servers should use relative URLs to avoid the need to be coupled to the absolute path at which they are served. This means you must [use trailing slashes on all paths with subpaths](https://blog.cdivilly.com/2019/02/28/uri-trailing-slashes).
Which may be our issue.
I have removed 3.10.2, 3.11.1, 3.12.0 and 4.0.2 since they all have the same issues.
Any update on resolving the issue?
Are the broken module still available? I believe we'll need them if not, or maybe we'll have to set them up as personal modules?
4.5.1 is still available on Pitzer
module load project/ondemand
module load app_code_server/4.5.1
I opened a separate request for this change, didn't see this until after I'd opened it. I'm going to close this out as the other PR is in a working state.
I have added 4.5.1 to
form.yml
and made changes inscript.sh.erb
due to the option--extra-extensions-dir
is removed in version 4.code-server can start normally but I cannot log in (with the message "401 Unauthorized" on login page). Here is my
output.log