-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Broken link on code-server install docs #4545
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
Whoops! Looks like we need to fix that. Thanks for reporting! |
I hit the 404. Maybe I have to check this. I will post DevTools Console logs here soon. |
Over here: Failed to load resource: net::ERR_FILE_NOT_FOUND
dc.ads.linkedin.com/:1 Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE.NotSameOriginAfterDefaultedToSameOriginByCoep
install#installsh:1 Access to fetch at 'https://s-install.avcdn.net/aos/assets/prod/translations/Locale-en-US.json' from origin 'https://coder.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
s-install.avcdn.net/aos/assets/prod/translations/Locale-en-US.json:1 Failed to load resource: net::ERR_FAILED
VM196:1 _recent_lead_source cookie set: "Inbound Link"
/_next/data/yfJ74FBiREKmUMA0T1qLO/docs/code-server/latest/install.sh.json:1 Failed to load resource: the server responded with a status of 404 () We hit a CORS problem(seems unrelated but thought you must know). I experienced this but don't know where, when and how. |
We should do what @NyleCohen said. I think that would work better but also, we need to make the redirect open in a new tab. |
Nice debugging @im-coder-lg! Yes, I agree. We'll need to fix this like @NyleCohen suggested |
I'm installing it with npm on a raspberry pi and I'm getting the same problem, a 404 error |
On the code-server docs website, the "install script" hyperlink goes to this 404. This link should either be fixed or be changed to the install.sh script on github.
The text was updated successfully, but these errors were encountered: