-
Notifications
You must be signed in to change notification settings - Fork 31
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
Production version not working #2
Comments
I've spotted a couple of problems so far:
The first one is trivial to solve. |
Just tried to build for production. everything seems to be working. |
Hi ! I can confirm issues with your boilerblate I am on windows 10 pro, with node 10 and npm 6
Also But when running
|
PS: please update the code, to use last version of all dependencies ! |
I did a clean clone of the repo, installed packages, then ran
npm run dist
.When I open the webpage I get an error:
Not allowed to load local resource: .../ElectronNext.app/Contents/Resources/app.asar/renderer/out/start/index.html
To fix this, i disabled web security on the mainBrowser window:
The error is gone, but now the app loads a blank screen.
What might be the problem?
The text was updated successfully, but these errors were encountered: