I can no longer run "gatsby develop"
See original GitHub issueI am using contentful and gatsby and yesterday i tried to add some adjustment to my project and i figured out it doesn’t work as it is suppose to work. it gives me the following error:
success open and validate gatsby-configs - 0.046s success load plugins - 2.138s success onPreInit - 0.040s success initialize cache - 0.016s success copy gatsby files - 0.147s success onPreBootstrap - 0.028s success createSchemaCustomization - 0.068s
ERROR
Accessing your Contentful space failed. Try setting GATSBY_CONTENTFUL_OFFLINE=true to see if we can serve from cache.
Used options: spaceId: “*********1o5” accessToken: “***************************************6xaI” host: “preview.contentful.com” environment (default value): “master” downloadLocal (default value): false localeFilter (default value): [Function] forceFullSync (default value): false pageLimit (default value): 100 useNameForId (default value): true
not finished
source and transform nodes - 1.275s
not finished
Contentful: Fetch data (gldthkygs1o5-master) - 1.083s
What I tried to do :
- I tried to update the whole
package.json
- I tried to delete the cache and re-build.
- I tried to use another environmet on contentful and I made sure that the maste checkbox is checked.
- I deleted the usual API key from contentful and created a new one.
none of the above worked for me 😢
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top GitHub Comments
could you share the gatsby-source-contentful version?
Could you also try running gatsby with
GATSBY_EXPERIMENTAL_PLUGIN_OPTION_VALIDATION=1
if you’re on windows please use
Hey again!
It’s been 60 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m
HUMAN_EMOTION_SORRY
. Please feel free to comment on this issue or create a new one if you need anything else. As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!Thanks again for being part of the Gatsby community! 💪💜