Hello, I am trying to make unstable_cache working on vercel. I have a simple example, that I found for example here:
When build & start locally, cached data remains the same on subsequent page refresh. When deployed on Vercel, random and cachedData are always the same - cachedData are not beeing cached in Data cache.
Anybody can help please?