So I had some weird bugs with a frontend I was looking at. Brought up inspector and found
that all libs that were directly imported in <head> from https://unpkg.com/path/to/lib.min.whatever
returned a 502 error. Checked downdetector and similar services, they all said that
https://unpkg.com is up and surely I can reach the site. However, all subpaths seems to return 502.
Examples
The screenshot [1] in urlscan shows a CF error to the origin. Do you have access to the origin access logs or the ability to run tcpdump on the origin?
It appears someone else is having an issue as well. [2]
2 comments
[ 3.0 ms ] story [ 17.8 ms ] thread+ https://unpkg.com/tailwindcss@%5E2/dist/tailwind.min.css + https://unpkg.com/status
In the back of my mind I'm wondering how many pages are currently breaking.
It appears someone else is having an issue as well. [2]
[1] - https://urlscan.io/result/90a53d26-e31e-488e-a345-f784f5b16f...
[2] - https://news.ycombinator.com/item?id=33370873