#I m using useEffect to fetch some data
1 messages · Page 1 of 1 (latest)
maybe try putting some from the page inside the useEffect to call a page update?
maybe this? https://nextjs.org/docs/app/building-your-application/data-fetching/revalidating
on demand invalidation of page cache to cause a refresh?