first of all i am not an expert with docker deployment.
The problem i have is that the revalidate feature suddenly stopped working and only work again only if i restart the docker container. For ex. The stock on one of the product did not change.
The webapp built using nextjs v.10 it is e-com webapp and the data came from other webapp which is wordpress that primarily served as data only.
In short, nextjs as frontend deployed on docker container on vultr vps AND wordpress as backend. Revalidate feature work for around 1 month and i need to reproduce or restart the docker container to make revalidate feature work again.
I am not really sure if this problem relate to nextjs or vultr or docker. Could someone suggest a solution or anything? I am really appreciate it if someone can help me with this. Thanks.
Static Regeneration (revalidate flag for getStaticProps) need to run NextJs server. As you said in your case it alredy configured and runs for a month. So I think it causes by some error in your nextjs server and it stopped running. Please check the nextjs server logs.