I'm using unstable_cache to revalidate some operations/external calls for X hours. When I deployed for the first time everything was correct, even after the first revalidation. After that, I started seeing that the page was always containing the stale data and via network I see the response status 304 (not modified) for that page. Anyone knows what's going on? If I redeploy it will start working.
Thanks in advance!