-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Error 404 with several releases #1640
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
Here's the console output on Safari 11.0.3 (12604.5.6.1.1):
|
Can you try with the latest release? |
Still exactly the same errors. (This time not copied twice)
Plus, I had to force Homebrew to upgrade |
Huh interesting, are you building yourself? |
Nope, downloaded directly from Releases. Without updating,
|
Yea yea looks like node depends on libicui dynamically, was not aware. Not sure but maybe it's possible to add it in statically somehow. |
Probably best for us to just build node from scratch. |
Re the 404s, it's likely a bug with an older version of Safari. Highly recommend upgrading your OS. But will leave up to @code-asher to see whether we can fix the CSP. |
We could remove |
Yea, not sure what's causing those 404s. It's also not easy afaik to install older Safari versions one of us will need to VM older macOS. |
Probably best to just recommend using Chrome. |
I think we forgot to close this, it's been dealt with a long time ago. |
Running a fresh install of
code-server
on macOS 10.12.6 (yes, it's old and no, I'm not going to update anytime soon).I can login using the generated password just fine, but then I receive several 404's, rendering
code-server
completely useless for me. Checking in Finder shows me that these files are actually missing, but do in fact exist in the variousvscode
build folders.Next I'm trying to copy the missing files into the output directory, but this breaks more than it fixes.
I've also tried to compile everything myself, but this was just wasted time, because the same files are still missing.
I've checked previous 3.x releases, the last 2.x release and even a few of the earliest releases (which I know at least one of them worked before when I first tried
code-server
), but even then I'm receiving 404's.What is going on here?
The text was updated successfully, but these errors were encountered: