-
Notifications
You must be signed in to change notification settings - Fork 67
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
Skypack CDN down? #57
Comments
yep! noticed this today, received the same error.. |
I'll check in with the SkyPack folks. For the time being can you explicitly import 18.5.4?
|
@gr2m thanks ../rest@18.5.4 works |
Yes that works, but meanwhile all webapps that use the documented way to import rest.js are down 😓 |
I tested with a beta release and that seemed to have worked: The Skypack folks didn't get back to me yet, I'll do a fix release to hopefully resolve the problem |
Can you try again? I think the problem should be resolved now |
Yeah it works again now. I'd like to prevent downtime in the future, is it possible to mirror to a stable cdn? Or are there dist bundles available that I can vendor in my app? |
It was just for this one build, I’ll see if I can add a check post release to see if it failed to prevent that exact problem from happening again. Mirroring is not easy, it’s not a single file, it still does all the imports to its other dependencies. We don’t do bundling right now, we did it in the past and it caused to much overhead so we stopped, but we might do it again in future, as release assets |
Ok thanks! |
Is there some production safe CDN to use rest.js from? Currently my webapp uses the code from the documentation:
But since a few days things stopped working and this returns this js code with:
Is there a way to use rest.js in webapps that is more production safe?
The text was updated successfully, but these errors were encountered: