I’m running a Next.js application on a server managed with aaPanel, and I’m facing the following error only after building and running the app on the server:
✓ Starting...
✓ Ready in 463ms
[Error: Failed to find Server Action "0007095eb5cd8a9c010d3fcd6a3e113f1902e55724".
This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action]
✅ Important Note
The application works perfectly on local development
The error appears every time I build and run on the server
Issue happens when triggering Server Actions
No such error occurs locally using next dev