-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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 entries: API_ERROR: Not Found #1741
Comments
Of course I immediately solved this after posting this issue! A better error message would be helpful in this case. |
Related to #1695 -- but since that landed in time for 2.1.0 it appears that it did not fix this instance. |
@TylerBarnes where do you see: services? I cannot find the |
@imcodingideas You can find enable git gateway under settings > identity |
It is written "Netlify’s Git Gateway service currently supports GitHub and GitLab repositories connected to Netlify for Continuous Deployment. Repositories in Bitbucket are not yet supported by this feature." Does this mean we cannot use netlify CMS with bitbucket? |
@alexislg2 Git gateway allows your users to log in to the CMS with their email address and password instead of a git account of some sort. You can still log in to the CMS with a bitbucket account. |
I'm also receiving this error message after logging in to /admin/ with Bitbucket credentials:
|
I'm getting this error as well. Followed this tutorial Found this bug issue report and followed the details for "enable git gateway". Still get the error. Not sure what to do now. The "enable git gateway" also has some api key mentioned, but not entirely sure where this is coming from (is it the one that is created in git?) Thanks |
If someone can provide access to a repo and open sign ups in your Netlify Identity settings for a site with this issue, that would allow us to see it first hand. |
I did have the same problem. It seems that this happens when the collection is empty, which is a little bit confusing. I published one collection item an the error message was gone! :) |
This issue is becoming a bit of a catch all - please reach out in chat or open a new issue with steps to reproduce if you're stuck on this error. |
This worked for me - for anyone with the same issue in 2019. I was getting the error: |
This was the case for me as well. Make sure you have something in the collection itself. |
Encountered the same issue, which I feel is really bad UX for users managing the content. Can this issue be resolved? |
Describe the bug
I'm running a gatsby v2 site hosted on netlify. I'm able to build and deploy the site and I'm able to login to the cms. I get the error "Failed to load entries: API_ERROR: Not Found" when I log in though and none of the collection items show up even though there are markdown files that work on the front end of the site.
To Reproduce
I'm not sure really.
Expected behavior
I login and see all the collection items and can edit them.
Screenshots
Applicable Versions:
CMS configuration
backend:
name: git-gateway
branch: master
media_folder: static/img
public_folder: /img
collections:
name: "blog"
label: "Blog"
folder: "src/pages/blog"
create: true
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
fields:
name: "pages"
label: "Pages"
files:
label: "About"
name: "about"
fields:
label: "Products Page"
name: "products"
fields:
Additional context
The text was updated successfully, but these errors were encountered: