I am new to blazor wasm. I re-tooled a sample weather forecast stub to use blazor wasm/grpc-web/identityserver4 (google auth)/postgres db backend via dapper.
If i run it locally via visual studio 2019 then it works, but when I tried using azure continuous delivery using Azure App Service (new to this as well.. haha), it copied the artifacts but the web app never starts. I was thinking maybe I need some command to start app.server.exe so tried running it from the azure's web (terminal/console) manually and that too did not help.
I then tried using visual studio 2019's publish feature, that immediately said grpc is not supported. I am using grpc-web, so I am not sure.
I've setup ssl certificate etc on azure, so errors related to identity server etc are not there.
Anyways, how are you all deploying this combination (blazor wasm/grpc-web) combination to azure/heroku or whatever host you have chosen? Thanks for your help in advance.
Thanks, Arjun