SimulatedGREG / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.47k stars 1.54k forks source link

Blank page after reload #1091

Open AnonymousX86 opened 3 years ago

AnonymousX86 commented 3 years ago
Describe the issue / bug.

App is running without problems but after pressing Ctrl + R I'm getting a blank page with error in console:

Failed to read /app:/ on app protocol [Error: ENOENT: no such file or directory, open 'C:\<PROJECT_PATH>\notes-manager\dist_electron\bundled\app:'] {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'open',
  path: 'C:\\<PROJECT_PATH>\\notes-manager\\dist_electron\\bundled\\app:'
}
(node:9256) electron: Failed to load URL: app://./app:/ with error: ERR_FAILED
How can I reproduce this problem?

Copy my repo (https://github.com/AnonymousX86/notes-manager/tree/dev) and run:

If visual, provide a screenshot.

After reload: image

Tell me about your development environment.