mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Getting blazor error UI while using electron #427
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 @MordechaiHadad on GitHub (Dec 12, 2019).
Description: Today I have decided to use electron.NET with blazor server, I have followed this tutorial and it worked fine.
Now when I started my app again to after some things I have added to my project and I got this issue in the console
warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3] Failed to determine the https port for redirect.I have decided to debug it IIS Express and I got no issues at all.To try to fix I have tried to:
Remove things from the original project.
Create a new project, follow the tutorial and without changing anything and adding any code to the project use
electronize start.Electron.NET Version: Latest
.NET Core: Latest
Node.js and npm Version: Latest
Blazor Type: Server
Steps to Reproduce:
electronize start