Closed
Description
I'm having issues using the on-demand revalidation when hosted on netlify.
When I test it locally by doing next build and next start it works. However, when I test it on a build-deploy or live, it does not seem to update the page.
I have validated that the API endpoint in netlify gets run, has the correct data and unstable_revalidate did not break. (in ___netlify-handler function log)
Does on-demand revalidation not work on netlify yet, or am I missing some config?
EDIT:
Also discussed in #1228
Originally posted by iankduffy February 18, 2022
Hello, NextJS 12.1 has added On-demand Incremental Static Regeneration currently in Beta / Unstable, just wondering if in the future if we are looking to add this to netlify plugin?