You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.
I've been using the same configuration for a couple of sites over the past year or two and i've never had this happen before.
Consider this header:
title: title text
description: Description text
canonical: https://website.com
contentful:
content_type: '*'
include: 10
layout: base.html
I put in my fields as such : {{ data.contentTypes.homepage.[0].fields.heroTitle }}
and then I build the project, and everything is great.
I add a new content type to Contentful and add content to it. When I published it, the fields for the other page vanish except for two random fields that change everytime I rebuild.
Perhaps I am hitting some sort of API limit?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been using the same configuration for a couple of sites over the past year or two and i've never had this happen before.
Consider this header:
title: title text
description: Description text
canonical: https://website.com
contentful:
content_type: '*'
include: 10
layout: base.html
I put in my fields as such : {{ data.contentTypes.homepage.[0].fields.heroTitle }}
and then I build the project, and everything is great.
I add a new content type to Contentful and add content to it. When I published it, the fields for the other page vanish except for two random fields that change everytime I rebuild.
Perhaps I am hitting some sort of API limit?
The text was updated successfully, but these errors were encountered: