You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intheprecedingcode, `NavManager` isa <xref:Microsoft.AspNetCore.Components.NavigationManager>, and `AuthenticationStateProvider` isan <xref:Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider> serviceinstance ([`AuthenticationStateProvider` documentation](xref:blazor/security/authentication-state)).
1801
1801
1802
+
## Configure the hub URL endpoint for a loopback connection
1803
+
1804
+
*Thissectiononlyappliestoserver-sideBlazorapps.*
1805
+
1806
+
IfHTTPrequestsinaserver-sideBlazorapparefailingtoconnecttoitself when using <xref:Microsoft.AspNetCore.Components.NavigationManager.ToAbsoluteUri%2A?displayProperty=nameWithType>, you might have a load balancer or proxy that isn't expecting requests from the backend server. In this scenario, you can try to change the hub URL that the client is using to connect directly to the backend server.
0 commit comments