Hey everyone. I’ve been running into some weird issue today. New fields are not being returned from the Prismic API.
Steps to reproduce:
- Create a new field in a slice, e.g. TextField
- Push the changes to Prismic
- Open some page with the slice, set some value to the TextField and publish or preview the page locally.
- Note how the API doesn’t respond with this field at all. If I change some other field in the slice, then those changes are applied and returned from the API. However, the new field is never returned, no matter what I do.
I’m using NextJS with the latest version of these packages: @prismicio/next, @prismicio/client and @prismicio/react
This has never happened before. Just started happening today. I see no issues on Prismic status page.