On every deployment in Next.JS there's this error
I have a Next app which is using server actions, and I noticed on each deployment if the user is currently on a page, let's say editing a form and submits, if they don't refresh the page after the deployment the app errors.
Refreshing the page fixes this. Any reason why this is?
Refreshing the page fixes this. Any reason why this is?