python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
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 a...
linkyndy
Votes: 0
Answers: 1
Nextjs + MDXRemote / GraphCMS: Content does not get updated after serializing mdxSource
I have a basic blog post I receive from GraphCMS:
export async function getStaticProps({ params }) {
const { event } = await graphcms.request('query here', { slug: params.slug });
return {
props: {...
slothcoder
Votes: 0
Answers: 0
strapi forgot password plugin doesn't send email
I use strapi as an admin panel. When a user need to reset his password, the link forgot my password should send an email with a link to reset, but nothing happens.
I don't find any information in the ...
Rom-888
Votes: 0
Answers: 1
Uncaught TypeError: Cannot read properties of undefined (reading 'rendered')
im newbie in React and trying to make a headless worpdpress aplication.
when i fetch a post i get only the first value.
I fetch the post and save it in the state
componentDidMount() {
this.setState({ ...
Youssef Ouarrak
Votes: 0
Answers: 2