Questions tagged [headless-cms]
234 questions
-1
votes
1 answer
Strapi Content Type has relation with user Model not return user data on request
I have a response content type that has a relationship with the user from the user-permission model. when I request through POSTMAN I just get the answer field not the user field however in Strapi v3 while sending the request it gives me both…

Paiman Rasoli
- 1,088
- 1
- 5
- 15
-1
votes
1 answer
What is the difference between an Angular or React frontend with an API backend and a frontend with a headless CMS?
I don't understand the difference between creating an application with Angular or React (or something else) on the frontend and communicating with an API for the back (and call it a CMS), and a Headless CMS. They sound the same. What is the…

learntofix
- 87
- 5
-1
votes
1 answer
Directus : How to create a many-to-many relationship to the same collection properly
I created a topics collection.
And I want to create a many-to-many relationship to the same collection.
The column name is related_topics.
I followed the documentation so I created a many-to-many relation for this column and a junction table which…

Zied Hf
- 491
- 3
- 10
- 30
-1
votes
1 answer
Contentful .NET SDK Query Failures
Update 1 9.July.2020: At least two issues. Sorry, I can't get the editor to format the text properly.
The field names need to have a fields. prefix.
QueryBuilder queryBuilder = QueryBuilder.New.FieldExists("fields.myurl",…

Deliverystack
- 1
- 3
-2
votes
1 answer
how to make Authentication in Gatsby paired with WordPress as a headless CMS?
I am working o a project where I am using Gatsby for front-End and WordPress as a headless CMS for the back end but now I want to add user registration, authentication and a client area which will only be available to authenticated users but I am…
-2
votes
1 answer
Headless CMS like Graph CMS and Sanity CMS
I am creating a publishing website similar to medium.com where users can register and publish.
Therefore, I was considering using Graph CMS or Sanity CMS but I did not understand what they meant by only 3 or 4 non-admin users included in the pricing…

Ali_
- 1
- 3
-2
votes
2 answers
GatsbyJS: Create Posts & Pages dynamically
I am trying to create posts & pages programmatically using GatsbyJS createPages API. In order to do this am I using gatsby-source-wordpress and the WPGraphQL plugin. All this is done from gatsby-node.
I have tried editing the names of my templates…

TurboTobias
- 595
- 3
- 19
-4
votes
2 answers
How to render all wordpress pages as a section in a single page gatsby site
I am wanting to build a single page portfolio that is structured in sections like:
intro
projects
CV
contact
I have a separate page for each of those sections created in wordpress. How can I render each wordpress page to one single page with…

whoMe
- 227
- 2
- 13