6 questions
0
votes
0
answers
32
views
Gatsby + Contentful: using different queries in local builds and on netlify builds
I am building a static webpage with GATSBY and CONTENTUFUL, and i want to make the website hybrid, when i am on local development i want to set the downloadLocal option to false, so i dont download ...
0
votes
0
answers
258
views
Cannot Access Contentful Space on Environment "Master" with access token
On my local machine, when I go to run npm start, I received an error:
"Cannot access Contentful space "" on environment "master"
with access token "*********" Make ...
0
votes
1
answer
138
views
gatsby contentful rich text raw is undefined
In Gatsby trying to make a simple website.
In my particular example I have a node with a rich text field from Contentful.
It simply says one plain text sentence.
{renderRichText(event.description.raw)}...
0
votes
1
answer
969
views
Gatsby fails creating Contentful pages in TypeScript
I am trying to create Contentful dynamic pages in Gatsby + Typescript. Right now, I am able to fetch data while using GraphQL in a browser. The problem arises when I try to fetch data in gatsby-node....
-1
votes
2
answers
200
views
Gatsby project not developing because of connection error with Contentful
I opened an old Gatsby project on a new computer to try and complete, but when I tried to set up my development, I ran into this issue:
ERROR
Problems with gatsby-source-contentful plugin options:
...
1
vote
1
answer
698
views
How to retrieve asset in Gatsby Source Contentful? (not images)
I'm trying to build a website with Gatsby using with a Contentful CMS source. So far, I've built pages, used images and everything has been quite clear. But now, I'm trying to use an asset linked into ...