Hey there,
We were trying to deploy a nextjs application in pnpm workspace.
My config right now in ui
Base dir: “”
Build Command: pnpm --filter web build
Publish Directory: apps/web/.next/
I have also installed nextjs plugin runtime.
Build is successfull and i am able to get the site also. But the issue is when ever i reload other than home page I get a crashed netlify message that states:
Error - Could not find Next.js server
Has someone faced this issue before. Kindly need your help. I have went through previous topics and none helped to solve this.
Github Repo: GitHub - tinkerhub/platform: A tinkerhub platform for all Tinkerhub related activities
Project URL: https://dev-th-platform.netlify.app
Like try to reload https://dev-th-platform.netlify.app/auth causes this message