bitfoundation / bitplatform

Build all of your apps using what you already know and love ❤️
https://bitplatform.dev
MIT License
1.04k stars 216 forks source link

How to run Blazor Maui - Hybrid app model #7127

Closed zandiarash closed 3 months ago

zandiarash commented 3 months ago

According to the documentation Here to run Blazor Maui - Hybrid Here is how we should config startup projects :

image But there is not Server-Swagger showing for me :

image

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

ysmoradi commented 3 months ago

Thanks for detailed issue Have you tried our videos? I've demonstrated everything visually https://www.youtube.com/@bitplatform/playlists

zandiarash commented 3 months ago

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 image

This is my environment image

ysmoradi commented 3 months ago

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.

zandiarash commented 3 months ago

Thank you, I wish if Bitplatform documentation become updated soon.