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 React CDN is down #385

Open
senzacionale opened this issue Apr 12, 2024 · 18 comments
Open

UNPKG React CDN is down #385

senzacionale opened this issue Apr 12, 2024 · 18 comments

Comments

@senzacionale
Copy link

https://unpkg.com/react@18/umd/react.production.min.js

Can someone please check why CDN is down?
Thank you

@ge-infosec
Copy link

ge-infosec commented Apr 12, 2024

I am having the same issue! It doesn't load... I hope they fix it asap...

@DaveWijnen
Copy link

Same here, hopefully they fix it soon.

@MelosBojku
Copy link

I am having the same issue. To fix this, I used https://cdnjs.com instead of https://unpkg.com

@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

@lairjr
Copy link

lairjr commented Apr 12, 2024

It's down for me as well https://unpkg.com/i18next@latest/dist/umd/i18next.min.js

@NyboTV
Copy link

NyboTV 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

If i do this i only get errors on my website.
image

@jimaek
Copy link

jimaek commented Apr 12, 2024

Its possible you're trying to load the wrong file or have some security headers in place blocking it. jsDelivr serves the exact same NPM packages and files, so it should be a drop-in replacement. If you need help please email me or open a Github issue :)

@bonviesinfo
Copy link

+1

1 similar comment
@dong0
Copy link

dong0 commented Apr 12, 2024

+1

@Papertalk
Copy link

Its possible you're trying to load the wrong file or have some security headers in place blocking it. jsDelivr serves the exact same NPM packages and files, so it should be a drop-in replacement. If you need help please email me or open a Github issue :)

Can we get your email , i am facing the same issue

@jimaek
Copy link

jimaek commented Apr 12, 2024

Sure [email protected]
But please note that I can't help with software development questions, only jsDelivr related issues :)

@c0ntrast3d
Copy link

+1

@mohan-work
Copy link

<script src="https://unpkg.com/axios/dist/axios.min.js"></script>

Not getting imported.

@hmeneuvrier
Copy link

Hi,
@NyboTV @jimaek did you find a solution for your pb ?
I have quite the same with tippy and popper, I've use the tool for easy conversion https://www.jsdelivr.com/unpkg and added https://cdn.jsdelivr.net in security csp header...

image

@jimaek
Copy link

jimaek commented Apr 12, 2024

Hard to say without taking a look at the page itself where the error is happening

@hmeneuvrier
Copy link

hmeneuvrier commented Apr 12, 2024

it works with

<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tippy.js@6/dist/tippy-bundle.umd.js"></script>

cf atomiks/tippyjs#1164

@humanoidcreature
Copy link

This affects all the local PCF Control development for Power Apps. There's no way to change the url there unfortunately.

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