danroth27/BlazorWeather

No work BlazorWeather.Server

LuisYordano opened this issue · 0 comments

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

Blazor Server

Could indicate how to run correctly BlazorWeather.Maui.WinUI3 and BlazorWeather.Server.

Thank you in advance.