Netlify-cms admin page doesn't work

Today we found our netlify-cms admin page doesn’t work, after debugging we found it’s because of netlify-cms js script not accessible:

https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js

If you open this link with browser, it shows “Rate exceeded.”.
Would you help to check if the unpkg hosting working?

Thanks a lot!

1 Like

Bump. Seeing the same across all of my sites using netlify cms.

The resource from “https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).

The response code is 429 with just the text “Rate exceeded.”

edit: It appears unpkg itself is down. I see the exact same going to https://unpkg.com/.

Making the request from Germany, if that helps…

You can use jsdelivr until it’s up again https://cdn.jsdelivr.net/npm/netlify-cms@^2.0.0/dist/netlify-cms.js

Github issue: CDN is throwing 429 rate exceeded · Issue #237 · mjackson/unpkg · GitHub

Apparently some things will work with a specific version, so @^2.0.0 doesn’t work but @2.0.0 does:

https://unpkg.com/netlify-cms@2.0.0/dist/netlify-cms.js

Problem solved. Everybody can back to holiday! :smiley: