I've been experience some strange issues with Prismic as of late. I'm trying to post new blogs and make small edits to pages but the changes aren't appearing on my Gatsby site. The site is using webhooks to deploy on Netlify whenever a change occurs in Prismic.
The best example that this isn't working right is the blog page. https://withreach.com/blog
The most recent blog post titled "Levelling Up: Why BIN Mismatch Data Shouldn't Be Your Only Fraud-Fighting Tool" shows up in the blog listing but when you click on it I get a 404 error. So it's strange that the post is appearing in the list but the actual post won't load.
I also tried making a small update to the about page and it never showed up. I have tried running "gatsby clean" and rebuilding from fresh and still experience the same issues. I know there have been some issues with "gatsby-source-prismic-graphql" as of late, and that's the plugin I'm using.
Does anyone have any thoughts?