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]
Or you can rent a vps for $5 per month and wireguard your internal services to the vps. Vps gets put in the DNS records and throw traefik or caddy on the vps to handle things
Some HN user months ago suggested the entry level VPS offer from ionos.com which is $2/month at the moment. I bookmarked the link because I will probably need it when I relocate, but never used them so far. Any comments from customers are welcome.
+ 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.