#issue with server action and caching
1 messages · Page 1 of 1 (latest)
Hmm, I don't know enough to give you a confident answer yet. The knowledge sources provided do not contain specific information about your issue with server actions and caching in NextJS.
However, it's worth noting that there are known issues with server actions and caching in NextJS. For instance, one user reported that a server action bypasses all fetch data cache on a page, and another user reported that it's impossible to keep cached versions of fetches on a page using a server action (source (https://github.com/vercel/next.js/issues/61542)).