At the moment, the Pizzeria.Store.WebClient is diabled in the app host because it has a SignalR bug (not yet identififed that prevents it from receiving SignalR messages sent from Pizzeria.Store.Api).
Also, it is a regular Blazor app with server rendering and my preference is to use Blazor WASM.
The reason is because Blazor WASM does not work with Aspire service discovery (more info here).
Convert the current web client to Blazor WASM when the above-mentioned Blazor WASM Aspire bug is fixed.
At the moment, the
Pizzeria.Store.WebClientis diabled in the app host because it has a SignalR bug (not yet identififed that prevents it from receiving SignalR messages sent fromPizzeria.Store.Api).Also, it is a regular Blazor app with server rendering and my preference is to use Blazor WASM.
The reason is because Blazor WASM does not work with Aspire service discovery (more info here).
Convert the current web client to Blazor WASM when the above-mentioned Blazor WASM Aspire bug is fixed.