Can't set the default URL to open? #979

Closed
opened 2026-01-29 16:53:39 +00:00 by claunia · 2 comments
Owner

Originally created by @bbhxwl on GitHub (Apr 7, 2025).

Can't set the default URL to open?

Image
Originally created by @bbhxwl on GitHub (Apr 7, 2025). Can't set the default URL to open? <img width="883" alt="Image" src="https://github.com/user-attachments/assets/e6990fad-2f06-4040-970d-f5f22c8c2273" />
claunia added the question label 2026-01-29 16:53:39 +00:00
Author
Owner

@icnocop commented on GitHub (Jul 15, 2025):

You have to use the same port the back-end web app is using.

await Electron.WindowManager.CreateWindowAsync($"http://localhost:{BridgeSettings.WebPort}/index.html");

@icnocop commented on GitHub (Jul 15, 2025): You have to use the same port the back-end web app is using. `await Electron.WindowManager.CreateWindowAsync($"http://localhost:{BridgeSettings.WebPort}/index.html");`
Author
Owner

@FlorianRappl commented on GitHub (Oct 31, 2025):

Outdated - use ElectronNET.Core and ElectronNET.Core.AspNet.

See Wiki / What's New.

@FlorianRappl commented on GitHub (Oct 31, 2025): Outdated - use `ElectronNET.Core` and `ElectronNET.Core.AspNet`. See [Wiki / What's New](https://github.com/ElectronNET/Electron.NET/wiki/What's-New).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#979