decap-cms: Failed to load settings from /.netlify/identity
I have initialized new identity instance and sent an invitation to my email but when I accept the invitation the widget on the home page where I suppose to write my password gives me this
error: Failed to load settings from /.netlify/identity
here is a pic of the error https://gyazo.com/deba208eeb96b413228a16c54ba180c4
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 8
- Comments: 16 (2 by maintainers)
What helped me: Settings > Identity > Git Gateway (last entry) > Activate
It could be an issue with a first test.
Run
localStorage.removeItem("netlifySiteURL")
in the console and try with your proper URL.OAuth providers like GitHub can’t be used on localhost. It’s a known issue in netlify-identity-widget.
Tried https and that did not help.
I am seeing the exact same issue when I try locally
Seems to be a CORS issue for me.
Also getting this issue. Worrth noting that hometown.netlify.com is the incorrect URL (my user error)
From your site dashboard on Netlify:
+1