Optimize Collection page load with Task.WhenAll and fix BaseAddress SSR prerendering check in Users.razor
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (push) Failing after 8s
Quant Engine CI/CD Pipeline / validate-core (push) Failing after 13s
Quant Engine CI/CD Pipeline / validate-ui-and-storage (push) Has been skipped
Deploy to Production / Build & Deploy to Production (push) Failing after 2m12s

This commit is contained in:
2026-07-06 16:55:09 +09:00
parent ed21b0874e
commit dd988e702b
2 changed files with 12 additions and 2 deletions
@@ -136,6 +136,10 @@
{
try
{
if (Http.BaseAddress == null)
{
Http.BaseAddress = new Uri("http://localhost:5265/");
}
var res = await Http.GetFromJsonAsync<List<UserDto>>("api/users");
if (res != null)
{