Files
radzen-blazor/RadzenBlazorDemos/Data
Atanas Korchev 159d0f7a15 Demos return 500 on direct navigation to /tree-checkboxes and /googlemap
Concurrent prerender requests racing inside NorthwindContext.SeedAsync left the
shared in-memory store empty, breaking every page that dereferenced the seed
data during OnInitializedAsync. Make seeding run once per process under a
SemaphoreSlim and drop the swallowing catch so real seeding failures surface.

The HttpClient registered for the WASM client was also used during server-side
prerender, but its BaseAddress was taken from IServerAddressesFeature, which
resolves wildcard binds (e.g. http://+:5000) to http://[::]:5000 — a valid
listen address but not a valid connection target. Substitute a loopback host
for wildcard binds.
2026-05-05 13:39:12 +03:00
..
2024-10-08 16:09:20 +03:00