MAUI Blazor Hybrid Web Server with Razor issue

Hello.

I just trying to explore MAUI Blazor Hybrid project with Web App.

Here is link to the test program on GitHub:
https://github.com/Zvejkus/DataToolsMaui2

I tried to set up Radzen using WASM and also typical .Net 8/9 settings. Web app is working properly, but when I try to run the MAUI app on Windows Machine, it does not works at all, there is no style and notification opens in the top left corner, moving app frame down.

Like this:

Can you please help to identify, where could be the problem?

Thanks.

This link is not accessible:

Please note that debugging customers applications is part of our paid support services, if you have active subscription you can contact us with details at info@radzen.com.

You probably haven't registered the theme. Check this thread: How can I set up material light and dark mode in a MAUI or Blazor standalone app? - #7 by Igor

1 Like

Thank you very much Korchev. I forgot to add one line with stylesheet to index.html. I missed the line in the Maui Get started instructions page.

It works correctly now.