SimulatedGREG/electron-vue

Blank page after reload

AnonymousX86 opened this issue · 0 comments

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:

  • npm install,
  • npm run start (or npm run package and run built .exe file),
  • press Ctrl + R.
If visual, provide a screenshot.

After reload:
image

Tell me about your development environment.
  • Node version: 14.16.0
  • NPM version: 7.8.0
  • vue-cli version: 4.5.13
  • Operating System: Windows 10 21H1