Question

Next.js On-demand Revalidation not working on Digitalocean App Platform

I’m trying to use On-Demand Revalidation on my Next.js project and it looks like DigitalOcean App Platform doesn’t support it.

Meanwhile I’ve tried same on Vercel and it works fine!

On-Demand ISR Docs: https://nextjs.org/docs/basic-features/data-fetching/incremental-static-regeneration#on-demand-revalidation

Can someone confirm when it will be available?


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi, did you find a solution? im facing the same problem.

Hi, did you find a solution? im facing the same problem.

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.

Hi! We’re facing the same issue with getStaticProps. All the pages are generated corretly on build time, but they are never revalidated and regenerated on run time.

Everything worked fine on Vercel and Heroku, and the problem goes away when we use getServerSideProps. But we are migrating a lot of projects from Heroku, where getStaticProps is already implemented.