Closed ajfhodgson closed 6 months ago
Recording the solution in case someone else has the same problem:
Our source has been loading https://identity-js.netlify.com/v1/netlify-identity-widget.js
since at least 2019.
Looking closely at the docs to see if netlify-identity-widget.js
is no longer usable,, I noticed that the examples all show loading https://identity.netlify.com/v1/netlify-identity-widget.js
rather than https://identity-js.netlify.com/v1/netlify-identity-widget.js
.
I removed the -js
, and everything burst back into life.
So it looks like they silently retired an old host-name that had been there for years, without seeing if anyone was still loading from it!
But all is now well and my users are relieved!
We have been using Netlify Identity to protect the CMS editing part of our website for several years. We haven't changed anything recently.
Chrome console says https://identity-js.netlify.com/v1/netlify-identity-widget.js is 404 not found
Describe the bug Logging in to the private portion of our website (protected by Netlify Identity) no longer works
To Reproduce
Go to https://twogenerations.co.uk/admin/#/
You will see
Entering the credentials here does nothing - the page just hangs and Chrome's console says
Expected behavior
When it was working, you would see:
Then after clicking the button, you get
where you can enter your credentials successfully and pass to the protected pages.
Screenshots
See above
Applicable Versions:
CMS configuration
Chrome console says:
Additional context
Something similar happened to us back in Apr 2021. At that time it spontaneously recovered after a few days and we closed the internal issue with Cannot Reproduce.