i have a cached function and when i revalidate it using revalidateTag
the cache gets revalidated but the static pages using that cached function do not get regenerated as they should be. do i need to add something in my nextjs config or in site settings? its working as expected when i run my application locally
TL;DR
Developers are struggling to get Next.js ISR to work on Appwrite sites. Cached functions revalidate properly but static pages do not regenerate. It works fine locally, might need configuration changes on the Next.js setup or site settings.