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.
Has anyone had this issue and fixed it?
The text was updated successfully, but these errors were encountered:
I find it puzzling that displayAbout() is called on startup. There is NO way from the About view to navigate to the Home view from the UI. In any case I found a workaround to show the Home view on startup. But I have to wonder if there's a different root cause?
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.
Has anyone had this issue and fixed it?
The text was updated successfully, but these errors were encountered: