Blank screen on build
See original GitHub issue- Version: 19.16.2
- Target: Mac x64
Hello, I have a pretty tiny (so far) Electron app. It runs fine on electron .
but when I run build -m --x64
or build
the resulting app simply gives me a white screen. Is there any way to debug this? Are there some common issues that may give this result? I looked on Google but couldn’t find anything.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
How to fix the Blank screen After a Static Deployment with ...
Now your app knows which is the base URL, run npm run build again and deploy. Wrapping up. The next time you get...
Read more >Blank page after running build on create-react-app
Trying to deploy create-react-app on netlify, however my build is blank page. I'm using .env file for loading firebase api key is that...
Read more >How to fix the Whitescreen After a Static Deployment with ...
Do you know how annoying it is to stare at a blank screen after you deployed a static React app? Learn how to...
Read more >Blank screen is shown when building with compile errors
Issue is gone after reinstallation of Visual Studio. Build errors window wasn't docked and it was opened to full size of VS main...
Read more >Blank white page when trying to use build file? : r/reactjs - Reddit
Hell, Every time I attempt to use the build folder in nay capacity it makes a blank white page. I tried yarn, npm...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
open dev tools ,See what is wrong。
window.openDevTools();
I recommend you to use https://github.com/sindresorhus/electron-debug So, when app is packed, you can use shortcuts to open devtools.