You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been able to get the demo app up and running with the latest ElectronNET.API v23.6.1 and Dotnet Core 6.0.417 SDK on Windows 10 Pro. But it always starts up in the About view. The Home Controller does load first and then the About Controller also. The Home view contains a menu with all the other menus. But it doesn't render before redirecting to About. The only route in the code is in the Startup class. I'm trying to determine the cause of the redirect to About.