mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
White screen in chromium, no any request from browser #572
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ViacheslavUKR on GitHub (Oct 22, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
I have workable Blazor server side project and try to electronize it. There are no error, no any mistakes, but only white screen in chromium. Do you have any idea to detect and fix this issue?
@GregorBiswanger commented on GitHub (Oct 25, 2020):
Hey, I can't say why that is.
In this video you can see how to debug under the hood: Electron.NET - Contributing Getting Started
If there is a mistake on our part, you are welcome to submit a pull request.
@ViacheslavUKR commented on GitHub (Nov 4, 2020):
Hi, Gregor. Simplest application is working in my developer computer as desktop, but real application is no. This real commercial application and I'm not ready to publish it. Do you want to remote access to my computer and check your package? If you want to check your package in real environment I'm ready to connect with you by Telegram or Discord and give you full access to my developer computer. Call me AlexEv1337 in telegram or AlexEv#1247 in Discord, and I give you full access to my computer with Anydesk. And also if you want, I can give you access in my Linux developer computer also, bug to your package I have described in second thread.
@danatcofo commented on GitHub (Jan 25, 2021):
In these cases you might check what location is loading in the window. I've found if I have a whitescreen its for one of the following reasons
though honestly I usually have a js error if its the vue issue.
To check the location, open up the console via developer tools and type
window.location@GregorBiswanger commented on GitHub (Mar 28, 2023):
🎉🚀 New Electron.NET version 23.6.1 released 🚀🎉
With native Electron 23 and .NET 6 support. Your problem should be fixed here. If you continue to have the problem, please let us know. Please note the correct updating of your API & CLI. Info in the README. Have fun!