-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Oqtane.MAUI application will not run currently (Hybrid 5.0.3) #3753
Comments
Since updating the packages I have moved on to a new error in ModuleMessage.razor:
and this one I was able to step into: It stops visual studio here to where you have to step through it, then I get the other error in F12 as shown: Still an issue as of 2/12/24 Using Hosting Model with Hybrid enabled eliminates the first two errors. and results in only the F12 error allowing Maui to start. |
Partially Fixed in #3792 |
This is indeed a new issue and is now a component render mode bug.
New issue so I will re-open this. Connectivity issue is resolved. This is a component issue with the Login control as it still happens in both Static Server Rendering and Interactive Server Rendering. Forcing render modes on components manually dominoes as an issue to the next component. I am not 100% sure but went down a hole and maybe I just needed some VS cache to clear, but things seem to work. And it maybe limited to static SSR once I changed I got this error:
I get this error above after switching, the other one after tyring to connect and clicking on the login button. A |
I am going to close this issue as fixed in #3792 The new issue is mentioned above, and I will generate a new issue relating as it seems to be limited to when switching to static SSR and rendering of the UI controls in the menu. |
Oqtane.Maui - Updates To New Namespace For DynamicComponent Type Oqtane.UI.Head - Fixes #3753
Issue
Oqtane.Maui App is not working in the current dev branch 5.0.3 once PR 3714
Current Behavior
Prior to this commit .NET Maui App worked and all commits after seem to produce a few different behaviors as described below:
PR fix site Hybrid behavior #3714 - Hybrid Not Enabled Error - cef56cb
PR add support for Razor Pages #3722 - Hybrid Not Enabled Error still exists eb25d9d
PR change extension method name to reflect actual purpose #3727 to move root UI components to UI namespace #3729 - .NET Maui project build error in MauiProgram.cs builder.Services.AddOqtaneAuthorization();
PR update .NET MAUI client to reflect changes #3730 to Current commit - Error in .NET Maui F12 dev tools displays:
Additional Context
After reviewing the Main.razor code and this error it looks like maybe the Oqtane.UI.Routes Type maybe not set properly, I never seen the Maui app work after PR #3714 so it is hard to say. Since that error is not displayed relating to Hybrid not enabled in later commits it may not relate.
The text was updated successfully, but these errors were encountered: