mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
how to control local host port no #441
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 @som-nitjsr on GitHub (Dec 19, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
I am using latest with .net core 3.1
Steps to Reproduce:
In my app i am using openid connection authentication. my issue is app every time use different port my return url does not does not match. how can i use the fix url.
@GregorBiswanger commented on GitHub (Feb 7, 2020):
You need an additional configuration in the electron.manifest.json file with the key aspCoreBackendPort:
The application then runs automatically as a single instance. I hope you like it that way.
@som-nitjsr commented on GitHub (Feb 13, 2020):
Thanks i will try.
@nazar322 commented on GitHub (Apr 16, 2024):
"aspCoreBackendPort": 8080, <--- Your custom Port for ASP.NET BackendThere is no such record in the default
electron.manifest.json.It would be great if there was a doc about all possible options in
electron.manifest.json.