Hi all,
I deployed a Next.js 14 app using the app router on Azure SWA via an Azure DevOps pipeline. The deployment completes successfully, but I’m getting a 500 Internal Server Error when accessing the app.
The app includes both Static Site Generation (SSG) and dynamic pages. Logs aren't showing much useful info.
Has anyone faced this or have any troubleshooting tips?
Thanks!