Seems like server side rendering is not working when I run npm run build
generaltester650 opened this issue · 0 comments
generaltester650 commented
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'
}