Hacker News new | ask | show | jobs
by cbartlett 2742 days ago
Try adding a ? at the end of the url, for some reason that makes it work for me
2 comments

Probably the CDN was dead. With ? in the end you invalidate the cache and goes directly to the backend server.
that worked.