Hey @leo, thank you for your efforts to make building Electron apps with Next.js simpler! I've followed along with the blog post and skeleton app and have everything working locally, but when I run next build renderer && next export renderer as instructed, I get this error: no such file or directory, open '{myAppDir}/renderer/.next/BUILD_ID':
Is this a bug with how electron-next exports? I'm using this next.config.js:
Hey @leo, thank you for your efforts to make building Electron apps with Next.js simpler! I've followed along with the blog post and skeleton app and have everything working locally, but when I run
next build renderer && next export renderer
as instructed, I get this error:no such file or directory, open '{myAppDir}/renderer/.next/BUILD_ID'
:Is this a bug with how
electron-next
exports? I'm using thisnext.config.js
:Here is my project: https://github.com/trevordmiller/hideaway. This issue can be reproduced by cloning it and running
npm install && npm run build