Questions tagged [headless-cms]

234 questions
0
votes
1 answer

Getting [object Object] mapping through my array

Im trying to spit out Data from a Wordpress CMS in my nextJS app. This is an. ACF Repeater field. I get the data just fine via the editor but trying to use map to push it to the page i just get [object object] back. Below is the code in question --…
0
votes
1 answer

Modify default find service in Strapi

I have 2 collection types in my Strapi setup: product and review where a product has many reviews. I want to add 2 new fields to the response of /products and /products/:id: averageRaing: number totalReviews: number I want to override the default…
Ari Seyhun
  • 11,506
  • 16
  • 62
  • 109
0
votes
2 answers

Is there a possibility to deploy headless CMS on CDN?

I am using the NextJS JavaScript library. Is it possible to deploy a headless CMS such as Strapi on a CDN since the website should be generated static?
0
votes
1 answer

Generate site when headless cms modifies database

I've been reading about how nuxt can generate a static site when a client makes a request to view the website. We are planning to build a headless cms to migrate the database with the data the website needs. This data will only be changed when you…
anonymous-dev
  • 2,897
  • 9
  • 48
  • 112
0
votes
1 answer

Contentful .NET SDK Default Model or Fetch Raw Entry JSON

Using the Contentful .NET SDK, I want to retrieve the raw JSON representation of an entry rather than serializing that JSON to an object. Is it possible? I looked at GetEntry() and GetEntries() in…
0
votes
1 answer

Contentful .NET SDK Newtonsoft.Json.JsonReaderException Deserializing JSON to POCO

Update 1 8.July.2020: Maybe I should not have started with the Rich Text field type, which seems to take quite a bit of additional work to access: https://www.contentful.com/developers/docs/net/tutorials/rich-text/ Update 2 9.July.2020: No wonder it…
0
votes
1 answer

How to randomly render Contentful data to div onClick using React/GatsbyJS

Gatsby/React noob here. I have created a content type called Topic in Contentful. Each Topic contains a title, desc, and slug to the topic page. Currently, I am able to render each topic as a card on the page. What I am trying to figure out now is…
whoMe
  • 227
  • 2
  • 13
0
votes
1 answer

Gentics Mesh - Multilanguage support - Cross language in a list of node - GraphQL query

Gentics Mesh Version : v1.5.1 Intro: Let suppose we have schema A with a field of type: list and list type: node and allowed schemas: B. (see (1)). An instance of B node has been created (b1-EN) in language en and (b1-DE) in de. An instance of B…
0
votes
0 answers

How to add a blog section to a website without using wordpress? Is there a way to integrate Headless CMS?

I'm trying to figure out how to add a blog section to my brother's website and I don't want to write everything from scratch. He suggested to use Headless CMS like Strapi, but I can't find anywhere how to incorporate it on the website. Will very…
0
votes
2 answers

unable to use environment variables in strapi

I am trying to connect a MongoDB URI to the strapi backend. I am able to connect with the main URL but when I created a .env.development variable, I am not able to connect to the database. { "defaultConnection": "default", "connections": { …
0
votes
1 answer

STRAPI - Multiple APIs on Single page Load

I am designing a landing webpage that houses many "content_types" ie templates. The webpage has: - TESTIMONIALS - REVIEWS - RATINGS -AboutUs and many other sections. From STRAPI, we have different APIs for testimonials, reviews, ratings…
amty
  • 41
  • 1
  • 4
0
votes
1 answer

Getting wordpress posts with react shows special chars instead of apostrophe

I am getting what I am assuming is json data from a wordpress blog endpoint like so: https://example.com/wp-json/wp/v2/posts I am looping through and showing the tiles for now:
{posts && posts.map((post) =>…
user10980228
  • 597
  • 1
  • 6
  • 21
0
votes
1 answer

What is Headless PWA. What is difference between PWA and Headless PWA?

Basically i have understanding on Headless CMS/Headless commerce Architectures. A headless CMS, is a back-end only content management system built from the ground up as a content repository. That is content management systems(Example: Sitecore,…
0
votes
1 answer

How to log back to Strapi after logging out

I created a strapi API and then closed the server. Once I try to reopen the server with npm run start I do not have edit access to my content typesbuilder. It also asks me to- The autoReload feature is required to use this plugin. Start your server…
Kisho
  • 307
  • 2
  • 4
  • 13
0
votes
1 answer

Flamelink CMS retrive data pure js

i am already setup firebase and flamelink how i get data to manipulate from global i try this but it not work: var obj ={} app.content.get({schemaKey: 'berita'}) .then((data) => { obj = data …
rifo pangemanan
  • 344
  • 1
  • 3
  • 15