No work BlazorWeather.Server
LuisYordano opened this issue · 0 comments
LuisYordano commented
Hi Daniel,
I am testing BlazorWeather, but the app BlazorWeather.Maui.WinUI3 and BlazorWeather.Server no work.
There is inconsistency in the code, by example :
services.AddBlazorWeather(Configuration["WeatherBaseUri"]);
WeatherBaseUri no exist.
"WeatherServiceUri": "http://minimalweather20210428173256.azurewebsites.net/"
there is no load data
When executing the BlazorWeather.Server it indicates that the variable baseUri cannot be null
Could indicate how to run correctly BlazorWeather.Maui.WinUI3 and BlazorWeather.Server.
Thank you in advance.