Hi,
I have integrated AEM with Next.js application and want to use one of the feature of next js - swr (stale while revalidate).
It updates the data on the browser whenever there is an update in the data of the API.
The issue here is, I am getting the updated data printed in the browser console he...