Closed maddygoround closed 3 years ago
It's an issue with _document.tsx file, once I removed it I am able to run the app.
After building the app I am not able to see anything on the screen. It just show the blank screen.
@maddygoround
I can't reproduce this problem, so I close this issue for now.
If any updates, feel free to reopen the issue :)
I was able to reproduce, and ultimately solve this issue. The problem was I had NODE_ENV=development
set in my .zshrc
file. Nextron does set NODE_ENV=production
, in the webpack build but electron build will take system NODE_ENV. So I needed to build with NODE_ENV=production nextron build
. HTH someone searching.
Hi,
We are trying to build the app and resulting in the following error
Not sure what could be the cause.