Closed afshinm closed 3 years ago
Hey @afshinm Could you add what next version and operating system you are running?
Thanks
I found the issue. Looks like Nextein doesn't work well when target
is set to serverless
. I needed this option for Netlify deployments. I'm on Linux 5.4.85-1-lts #1 SMP Mon, 21 Dec 2020 19:28:35 +0000 x86_64 GNU/Linux
and Node.js v12.16.3
.
I'm getting TypeError: Cannot read property 'pageProps' of undefined error after running
nextein build && nextein export
:Any idea why?