nextjs-app-router-examples icon indicating copy to clipboard operation
nextjs-app-router-examples copied to clipboard

Seems like server side rendering is not working when I run npm run build

Open generaltester650 opened this issue 1 year ago • 0 comments

Hi,

I have encounted with the following error when I do npm run build

Export encountered errors on following paths: /(weather)/wx-client/page: /wx-client

Also npm start didint work after build, cause the following error

[Error: ENOENT: no such file or directory, open '/home/tslp/Documents/works/nextjs/idonate/learn/appRoute/.next/prerender-manifest.json'] { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/tslp/Documents/works/nextjs/idonate/learn/appRoute/.next/prerender-manifest.json' }

generaltester650 avatar Mar 20 '24 11:03 generaltester650