Questions tagged [headless-cms]
234 questions
0
votes
1 answer
Replacing the JSON from API with HTML in the Vue.js app
I have a simple Vite+Vue.js project in which I am importing data from headless-cms Wordpress using REST API and JSON. It should take and display titles and content of the posts (including imgs when they occure). I'm stuck because all the data on the…

wyczess
- 3
- 2
0
votes
1 answer
contentful connection to single blog in react
I have been struggling with connecting my single blog to all my blogs via the "read more" button. I have been able to successfully connect to contentful and display all my blogs on the page but whenever I click on the button to show the single blog…

Wensy
- 1
0
votes
1 answer
TypeError: Cannot read properties of undefined (reading 'allWpPage')
I am a beginner at Gatsby. Recently start to build a headless website with WordPress & Gatsby. I want to create dynamic pages & post via gatsby-node.js.
When querying into http://localhost:8000/___graphql then shows query result. How can I fix the…

Monzur Alam
- 512
- 4
- 11
0
votes
2 answers
WpGraphQL query returns null
I'm having this GraphQL query from headless Wordpress in Nexjs via WpGraphQl plugin:
export const GET_POSTS_BY_CATEGORY_SLUG = gql`
query GET_POSTS_BY_CATEGORY_SLUG( $slug: String, $uri: String, $perPage: Int, $offset: Int ) {
${HeaderFooter}
…

Ilir
- 488
- 5
- 20
0
votes
1 answer
Render download link sanity.io result in a blank page
I'm new diving into sanity.io and I'm trying to figure out why is displaying a blank page.
N.B. If I comment out the the JSON.stringify display everything correct, including the cvURL link.
This is the code
export default {
name:…

Lloret82
- 1
- 2
0
votes
1 answer
Headless CMS and dynamic data
I am looking at the advantages of a headless CMS for our static website: managed database, beautiful admin interface w/ complex type definition, presentation layer (i.e. Graph API), asset management and optimisation, to name the most…

linkyndy
- 17,038
- 20
- 114
- 194
0
votes
2 answers
How to analyze hardware sizing needs of a headless CMS to be hosted on prem
I have been trying get inputs on a headless CMS website rewamp project for a large enterprise in terms of hardware sizing estimates. Since I have mostly backend/microservices/cloud implementation background, gathering inputs on hardware sizing that…

VSTech
- 77
- 3
- 11
0
votes
1 answer
Mapping Advanced Custom Fields from WordPress to components in my Next.js frontend through GraphQL, best methodology?
So I am building a website using WordPress as the headless CMS and NextJs as my frontend. I have the free ACF version and I want to dynamically query and map ACF to components in Next when I dynamically create routes on the frontend.
Is this…

narliecholler
- 430
- 5
- 18
0
votes
2 answers
Loop images from strapi with 11ty
I need your help!
I'm trying to fetch strapi data using 11ty following this guide:
https://strapi.io/documentation/developer-docs/latest/developer-resources/content-api/integrations/11ty.html#get-request-your-collection-type
I've handled with all…

Vitalii
- 11
- 1
0
votes
1 answer
How to use contentful-management to add an asset to an entry in one api call?
I would like to add an asset along with an entry. I'm using a form to enter some data and upload an image all in one API call. I'm using cloudinary to store images, but Contentful-Management is giving me a 409 status code and a 'Version Mismatch'…

justkeithcarr
- 1,027
- 1
- 7
- 13
0
votes
1 answer
Is a headless CMS suitable for an interactive learning app?
I would like to create an interactive learning app.
The app contains several modules and each module contains multiple excercises. Each of these excercises could contain a different amount of text, open-ended questions, multiple choice questions,…

Dennis
- 77
- 6
0
votes
1 answer
Duplicate items in Strapi ManyToMany relation
Is it somehow possible to allow duplicate items in a many-to-many relation in Strapi? If not, whats the alternative?
I can have item A, B, C as it is now, not A, B, C, A, B which I need.

keysersoze
- 777
- 3
- 12
- 27
0
votes
1 answer
Headless CMS for BOT
I have the related messages like a dependency tree. And I want to store and update messages layout in some website. But i wan't to develop website. I was adwised to search in headless cms systems.
Maybe someone know headless cms system for tasks…

Llirik 21
- 11
0
votes
0 answers
Strapi upload files on many fields but same api
Hello there JAMSTACK people.
Actually those who chose strapi JS as their headless CMS of choice.
Lets say I have an API named Post, with the following fields.
title : text
slug : text
cover : image
reference : image
body : long text
author :…

Think Digital
- 129
- 1
- 7
0
votes
0 answers
How to embed WordPress site into a React Component?
How can I load my WordPress into a React (Next.js) component. Not page but component, because I would use the menu of the page.
I found many solution for the opposite way, React -> WordPress, but here I need Wordpress -> React.
Do I need here a…

János
- 32,867
- 38
- 193
- 353