Skip to content
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

Unpkg CDN down ? #384

Open
rdksgit opened this issue Apr 12, 2024 · 25 comments
Open

Unpkg CDN down ? #384

rdksgit opened this issue Apr 12, 2024 · 25 comments

Comments

@rdksgit
Copy link

rdksgit commented Apr 12, 2024

Unable to load any cdn files for vue and primevue, anyone else having the same issue ?

@junraemon
Copy link

I experienced the same. The package I used from unpkg shows error 520

@KevDev99
Copy link

same here

@erkkki

This comment was marked as duplicate.

@junraemon
Copy link

My temporary solution is to use jsdelivr, You may find the package you used there and switch.

@KimtaeBeom2
Copy link

same.

@maxxer
Copy link

maxxer commented Apr 12, 2024

Stop spamming with same and use +1 instead, and leave comments for RELEVANT UPDATES

@leonidhammer
Copy link

the previous post from 2nd of april already mentioned it. I switched to cdnjs swiper like he mentioned and worked like a charm.

@drakejin
Copy link

it fixed!

@maxxer
Copy link

maxxer commented Apr 12, 2024

the previous post from 2nd of april already mentioned it. I switched to cdnjs swiper like he mentioned and worked like a charm.

What post?

@dpangier
Copy link

I've raised an issue on our internal JIRA - "why the hell are we using external unreliable dependencies, move internal"

@ivanblinov2k17
Copy link

Hi all, can't load https://unpkg.com/[email protected]/

@goktugerol-dev
Copy link

goktugerol-dev commented Apr 12, 2024

Can't load: https://unpkg.com/@webpixels/[email protected]/
It was working perfectly fine...

@Kaspik
Copy link

Kaspik commented Apr 12, 2024

CDN is down.

@senzacionale
Copy link

Will come back again or is permanent?

@goktugerol-dev
Copy link

Any way of using styles locally, like Boostrap? This is a very critical issue that affects everything in production basically...

@JamesAngier
Copy link

changed to jsdelivr. goodbye!

@jimaek
Copy link

jimaek commented Apr 12, 2024

Consider switching to a production focused CDN https://cdn.jsdelivr.net/npm/react@18/umd/react.production.min.js

Tool for easy conversion https://www.jsdelivr.com/unpkg

@480
Copy link

480 commented Apr 12, 2024

Incomplete but quick fix

https://unpkg.com/ -> https://cdn.jsdelivr.net/npm/

Complete fix

Use https://www.jsdelivr.com/unpkg with the unpkg URL you're using to get the result.

@bonviesinfo
Copy link

bonviesinfo commented Apr 12, 2024

+1

error 520 when using babel: https://unpkg.com/@babel/standalone/babel.min.js

switching to jsdelivr is ok

@480
Copy link

480 commented Apr 12, 2024

Seems to be happening on some but not all files.

example:
Full version omitted: https://unpkg.com/vue@3/dist/vue.global.prod.js -> Error.
Full version stated: https://unpkg.com/[email protected]/dist/vue.global.js -> OK.

@FoxMcCloud45
Copy link

FoxMcCloud45 commented Apr 12, 2024

Some JavaScript files are served as text/html which causes them to fail (e.g. Ruffle's Website Package).

EDIT: Well, they're text/html because they're HTTP 520.

EDIT2: jsDelivr works, although the Ruffle project still relies on Unpkg officially.

reinout added a commit to pvdleek/beneluxspoor_images that referenced this issue Apr 12, 2024
unpkg.com ligt eruit, zie https://forum.beneluxspoor.net/index.php?topic=110321.msg3222465555#msg3222465555

In een issue op de unpkg repo op github werd jsdelivr.net aangeraden: mjackson/unpkg#384 (comment)

Geen idee of dat een goede is, maar hij doet het op het moment in ieder geval.
@leonidhammer
Copy link

the previous post from 2nd of april already mentioned it. I switched to cdnjs swiper like he mentioned and worked like a charm.

What post?

this one

@wellington1993
Copy link

In my case, the unpkg.com still responding HTTP 520 Status errors.
I temporary fixed changing this URL: https://unpkg.com/loadjs@latest/dist/loadjs.min.js
To that URL: https://cdnjs.cloudflare.com/ajax/libs/loadjs/4.3.0/loadjs.min.js

@Leif-Frederiksen
Copy link

It works for me again now.

@andresz1
Copy link

It's working now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests