Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load settings from /.netlify/identity #1234

Closed
abdelrahman146 opened this issue Apr 5, 2018 · 16 comments
Closed

Failed to load settings from /.netlify/identity #1234

abdelrahman146 opened this issue Apr 5, 2018 · 16 comments

Comments

@abdelrahman146
Copy link

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

@brasilikum
Copy link

What helped me:
Settings > Identity > Git Gateway (last entry) > Activate

@abdelrahman146
Copy link
Author

It turned out that it was DNS configuration problem .. because I did setup a new domain ... So I had to wait until the propgation is done .. it took like few hours
.......

But now Im facing new problem in my cms .. which is when I press publish to update a page .. the cms doesn't react .. I'm still searching for a solution

@tech4him1
Copy link
Contributor

@abdelrahman146 Feel free to reach out on our Gitter channel with a description of your new problem, or open a new issue if you'd rather.

@AdamSzakal
Copy link

What helped me:
Settings > Identity > Git Gateway (last entry) > Activate

+1

@aamorozov
Copy link

aamorozov commented Feb 19, 2019

I'm still not able to access the cms from localhost with "netlify-cms": "2.4.2" . Github is enabled for me as an identity provider.

@erquhart
Copy link
Contributor

OAuth providers like GitHub can't be used on localhost. It's a known issue in netlify-identity-widget.

@alcaidio
Copy link

alcaidio commented Aug 3, 2019

From your site dashboard on Netlify:

  1. Go to Settings > Identity, and select Enable Identity service.
  2. Under Registration preferences, select Open or Invite only. In most cases, you want only invited users to access your CMS, but if you're just experimenting, you can leave it open for convenience.
  3. If you'd like to allow one-click login with services like Google and GitHub, check the boxes next to the services you'd like to use, under External providers.
  4. Scroll down to Services > Git Gateway, and click Enable Git Gateway. This authenticates with your Git host and generates an API access token. In this case, we're leaving the Roles field blank, which means any logged in user may access the CMS. For information on changing this, check the Netlify Identity documentation.

@ado-san
Copy link

ado-san commented Sep 18, 2019

From your site dashboard on Netlify:

1. Go to Settings > Identity, and select Enable Identity service.

2. Under Registration preferences, select Open or Invite only. In most cases, you want only invited users to access your CMS, but if you're just experimenting, you can leave it open for convenience.

3. If you'd like to allow one-click login with services like Google and GitHub, check the boxes next to the services you'd like to use, under External providers.

4. Scroll down to Services > Git Gateway, and click Enable Git Gateway. This authenticates with your Git host and generates an API access token. In this case, we're leaving the Roles field blank, which means any logged in user may access the CMS. For information on changing this, check the Netlify Identity documentation.

+1

@quantuminformation
Copy link

quantuminformation commented Nov 15, 2019

Screenshot 2019-11-15 at 14 22 21

I'm getting the same issue trying to use locally with the netlify id widget.

@stevebenjamins
Copy link

081890d9-777a-4a35-a048-c554cfead375

Also getting this issue. Worrth noting that hometown.netlify.com is the incorrect URL (my user error)

@jorgegonzalez
Copy link

Seems to be a CORS issue for me.

@jimmyangel
Copy link

I am seeing the exact same issue when I try locally

@quantuminformation
Copy link

quantuminformation commented Dec 18, 2019 via email

@jimmyangel
Copy link

Tried https and that did not help.

@Baldrani
Copy link

Baldrani commented Jan 6, 2020

It could be an issue with a first test.

Run localStorage.removeItem("netlifySiteURL") in the console and try with your proper URL.

@nejurgis
Copy link

I would recommend netlify cms do this thing from time to time, Been working with the cms for two years now and sometimes it happesn and i forgot this fix, thanks @Baldrani for this!

Run localStorage.removeItem("netlifySiteURL") in the console and try with your proper URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests