question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
hengkxcommented, Jul 24, 2017

open dev tools ,See what is wrong。window.openDevTools();

1reaction
develarcommented, Jul 24, 2017

I recommend you to use https://github.com/sindresorhus/electron-debug So, when app is packed, you can use shortcuts to open devtools.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found