Getting blazor error UI while using electron #427

Open
opened 2026-01-29 16:39:27 +00:00 by claunia · 0 comments
Owner

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:

  1. Create new blazor server project.
  2. Install and setup Electron.NET like in the tutorial.
  3. Run electronize start
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](https://maherjendoubi.io/blazor-electron/) 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: 1. Create new blazor server project. 2. Install and setup Electron.NET like in the tutorial. 3. Run ``electronize start``
claunia added the bug label 2026-01-29 16:39:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#427