Closed Klooven closed 6 years ago
After more investigation, I think the problem is in Electron.
I'm also experiencing this... It only happens for me when I'm running my dev renderer though...
Any tips?
@jfrux You may find good tips in electron/electron#12850
I recently upgraded from Ubuntu 16.04 to Ubuntu 18.04 (fresh install), and after this my app freezes shortly after launching it for some reason when running through
npm start
.ELECTRON_ENABLE_LOGGING=true npm start
didn't give any special messagesI noticed that if I run the program with the VS Code debugger, that seemed to run the app without electron-next (pages didn't get built), everything worked correctly and the app didn't freeze. That's why I believe the problem is on electron-next's side.
Please tell me if you need more information.
Here for reference the important parts of my
package.json
: