2 comments

[ 3.0 ms ] story [ 17.8 ms ] thread
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

+ 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.