Replies: 1 comment
-
Weeks have passed...anyone know the answers? ^^^ . Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I understand that hybrid Next.js websites on Azure Static Web Apps supports Incremental Static Regeneration, and that this is done by configuring a cache-invalidation interval.
However, we have a CMS backend. When a page is published in the CMS we want to trigger ISR for the page in the Next backend immediately, not wait for the cache-invalidation interval. Ideally, to do this, we could call an endpoint in the backend Next deployment.
Is such an endpoint available by default?
Is it even possible in hybrid Next.js websites on Azure?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions