How to run Blazor Maui - Hybrid app model
According to the documentation Here to run Blazor Maui - Hybrid Here is how we should config startup projects :
But there is not Server-Swagger showing for me :
This is how I created my project
dotnet new bit-bp --name ArshidFoodReservation --database other --sample Admin
Where am I wrong ?
I should mention that Blazor Server mode works fine but neither WebAssembly nor Maui works
Thanks for detailed issue Have you tried our videos? I've demonstrated everything visually https://www.youtube.com/@bitplatform/playlists
Thanks for detailed issue Have you tried our videos? I've demonstrated everything visually https://www.youtube.com/@bitplatform/playlists
I watched until 5th episode but I do not have "server-swagger" like demo
This is my environment
That's fine, it's a little change. You can use ArshidFoodReservation.Server for the same purpose and open /swagger url manually if you want.
Thank you, I wish if Bitplatform documentation become updated soon.