#Error: Invariant: static generation store missing in revalidateTag usersIAM at revalidateTag
1 messages · Page 1 of 1 (latest)
Hi @next lintel. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Hmm, I don't know enough to give you a confident answer yet. The error message you're seeing seems to be related to the revalidation process in Next.js, but the specific error message Invariant: static generation store missing in revalidateTag isn't directly addressed in the provided extracts.
However, I can tell you that revalidation in Next.js is typically handled by the getStaticProps function and the revalidate property. If there's an error inside getStaticProps during background regeneration, or if you manually throw an error, the last successfully generated page will continue to show. On the next subsequent request, Next.js will retry calling getStaticProps (source (https://nextjs.org/docs/pages/building-your-application/data-fetching/incremental-static-regeneration)).