New posts aren't visible in their feeds on live website

Hi @production2,

Welcome to the community :slight_smile:

You had the right reflex looking for the documents in your API browser, that's what you need to find! You just need the right query. You have a list here: Document API Technical Reference - Documentation - Prismic, so for example if the UID of the document you linked is film-finishing-fund, you'd have to go to your API browser and type: [at(my.[custom-type-of-film-finishing-fund].uid, "film-finishing-fund")]. Or if you have a type articles for example and the documents not appearing are all of this type, you can also do this query: [at(document.type, "article")]. If it shows up on the API browser, it means the issue is not with Prismic but with your website.

If the changes do not appear on your website, you can try out some of the steps on this post:

Let me know if that helps, and if it doesn't what you've tried and we can investigate further :slight_smile: