-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Unexpected token < in JSON at position 0 #1455
Comments
BitBucket is not yet supported by Netlify CMS. You can follow #234 for updates! |
I just had this same issue using GitLab repo + Netlify Identity. I didn't invite a user like the OP. I just created my own test account, got the email to confirm my email address, confirmed, then I was redirected to the login screen and got the same exact JSON error message. The console error message says there is a 404 GET request error for retrieving https://[mysite].netlify.com/.netlify/git/settings. The error message only appears if I am logged in as the test user. If I open the /admin/ URL in a fresh incognito window (not logged in), I don't see the message, but after I log in, it'll say I have logged in and nothing happens except it says I'm logged in and there is a button to log out or close the login confirmation modal. If I refresh the page, it'll show the error again. |
Sorry, disregard! I had enabled git-gateway via my config file and had enabled Identity in Netlify but had not enabled Git Gateway per the docs (https://www.netlify.com/docs/git-gateway/#getting-started). Sorry about the false alarm! |
Sovled this issue by regenerating the access token und trigger a redeploy (check drop build cache) |
- Do you want to request a feature or report a bug?
bug
- What is the current behavior?
Error message when trying to log into the admin panel of my netlify website.
- If the current behavior is a bug, please provide the steps to reproduce.
Created a fresh new netlify cms with gatsby using bitbucket.
- What is the expected behavior?
Login/Signup into the admin panel of my new created netlifiy cms.
The text was updated successfully, but these errors were encountered: