872
questions
0
votes
1
answer
47
views
Fetching single image from Contentful
I am currently able to display all my images and titles on my products page of my react project.
Now I would like to create a single product page when I click on a item.
This is the function I am ...
1
vote
2
answers
40
views
GraphQL Query to Contentful Returns Only One Image in imagesCollection Despite Multiple Images Being Present
I'm working on a Next.js project using Contentful as my CMS. I'm fetching room details, including a collection of images, through a GraphQL query. In the Contentful UI, the room entry contains ...
0
votes
0
answers
33
views
Getting image URL using Contentful for React App
I'm trying to access the image I have stored on contentful cms but I can't find the url I need, I can access other data like 'title', 'description', 'company' but I can not see how to access images ...
0
votes
0
answers
15
views
How to set the Contentful Data model to have only one single instance?
How to have only one single instance (or existence) of a Contentful Headless CMS Data Model?
Right now I can all multiple entries of each Contentful Model. For some items like AboutSectionText, I ...
0
votes
1
answer
21
views
Type Error using ContentFul Node Module when trying to order results
I am using Contentful to manage content on a new site I am working on and it's going pretty well. However, I have an issue when trying to sort items. I am using NextJS14 and the Contentful node module....
0
votes
0
answers
29
views
Trouble accessing installation parameters in Contentful app
I need to call the links_to_entry endpoint in a custom app in Contentful, which only exists on the preview API (useCMA hook cannot be used to do this).
AFAIK this means I need to set an installation ...
0
votes
0
answers
29
views
Vercel Deployment Issues with Contentful on Nextjs14
Cannot connect to contentful in vercel deployment despite uploading .env file, connecting locally, and connecting to gmail via nodemailer locally and prod while storing credentials in same .env
...
0
votes
0
answers
35
views
How to Make the Blog Section of My Onepage HTML/Bootstrap Website Dynamic Using Sanity, Contentful, or Netlify?
I'm currently working on a one-page website built with HTML, Bootstrap, and a bit of JavaScript. I want to make the blog section dynamic so that I can easily update content without manually editing ...
0
votes
0
answers
72
views
Weird initial page load in vercel/nextjs14 app
Edit: Seems like a hydration error? I don't see errors locally but in prod, i see this: Error: Minified React error #423; Just weird that it loads fine in dev.
I have a page currently deployed using ...
0
votes
0
answers
27
views
How can I fix a content type error with cfimp / Contentful Import?
I want to use cfimp to import my CSV to Contentful. My CSV has 2 columns that match IDs to those in Contentful. Everything works when the fields are set to the basic ShortText content type, but not if ...
0
votes
1
answer
124
views
What's the most efficient way to structure your landing page content in Strapi?
What's the most efficient way to structure your landing page content in Strapi?
How good is it :
1 collection type as 'home-screen'
Multiple components as 'heroSection', 'aboutSection', 'Footer'...
...
0
votes
0
answers
23
views
Contentful CMS - extract image url for BLOCKS.EMBEDDED_ASSET
I use Contentful and have issue doing custom formatting when my RichText receives the content.json for rendering.
In the case of [BLOCKS.EMBEDDED_ASSET] nodes I try to "process" them in ...
0
votes
0
answers
111
views
Why does Contentful Delivery API sometimes return Child References as type "Link" rather than "Entry" after 3-4 weeks?
After 3-4 weeks, when fetching Contentful data via Contentful Delivery API, I noticed that most child references show up as "type": "Link" instead of "type": "Entry&...
0
votes
0
answers
27
views
Project with Auth0, Contentful and Nextjs14
"I need to do a blog project with these technologies. It will be my first professional project and I'm a little lost. Should I start with the database using Contentful, with Auth0, or with the ...
0
votes
1
answer
93
views
How to Preserve Slashes in Contentful Slugs with Next.js
I am using Contentful and Next.js in my project. The slugs I receive from Contentful contain slashes (e.g., news-insights/blogname). However, when I fetch these slugs and try to build the pages, the ...