Next js electron app not loading
Unanswered
Chinese perch posted this in #help-forum
Chinese perchOP
I followed this
https://www.bugpilot.io/guides/en/building-an-app-with-nextjs-and-electron-904b
but after packaging, only the electron app opens. Next js does not start. So the electron page is empty
Instead of the electron command I have this. This is the same as the start command, and it works
https://www.bugpilot.io/guides/en/building-an-app-with-nextjs-and-electron-904b
but after packaging, only the electron app opens. Next js does not start. So the electron page is empty
"electron": "concurrently --kill-others \"next start\" \"electron index.js\""Instead of the electron command I have this. This is the same as the start command, and it works
2 Replies
Chinese perchOP
bump
Chinese perchOP
help