This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
ISR cache issue, GetStaticProps some time not revalidate #31256
Labels
bug
Issue was opened via the bug report template.
What version of Next.js are you using?
12.0.3
What version of Node.js are you using?
14.15
What browser are you using?
chrome, firefox, safari
What operating system are you using?
macOs, Ubuntu, Windows
How are you deploying your application?
jenkins, docker container
Describe the Bug
I have 10 hard server side requests. I use getStaticProps with revalidation in 3 minutes, after a while, the data that I request from the back is updated, but nothing changes on the client, taking into account that I get the correct page.json with props.
I also use localization next-i18next.
If i used serverSideProps - no problem. This issue reproduce on 12.0.3 and previous too
Expected Behavior
after revalidate data on client must update
To Reproduce
create a page with gsp, and after 1-2 hours update data, and try revalidate
The text was updated successfully, but these errors were encountered: