-
-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to load preload script after upgrade electron-forge@6.4.2 #3343
Comments
Might be related to #3101 |
Thank you for the high-quality issue report, we really appreciate the repro example :) I cloned the repo but was unable to observe the error after a |
The same error shows up briefly to me as well. I simply followed the instructions to create an Electron app with React and Electron Forge from here: https://www.electronforge.io/guides/framework-integration/react. The error starts showing when the BrowserWindow loads, and it stops showing when the HTML has loaded. I'm using windows and npm (if that makes any difference) Downgrading to 6.4.1 doesn't display any error. |
A fix is being worked on, thank you for your patience 🙇 |
Pre-flight checklist
Electron Forge version
6.4.2
Electron version
v26.2.0
Operating system
Windows 10.0.22631 x64
Last known working Electron Forge version
6.4.1
Expected behavior
main_window/preload.js and main_view/preload.js load success when i run electron-forge start.
Actual behavior
main_window/preload.js load success but main_view/preload.js load failed when i run electron-forge start util i reload the main_view.
Steps to reproduce
Additional information
https://github.com/TianbinTobin/electron-forge-issues-3343.git
Version 6.4.1 it works fine
The text was updated successfully, but these errors were encountered: