Forum Discussion
Blazor WebSocket WebApp behind APM not working...
Try following additional check
Shockingly the app.MapBlazorHub(blazorHubPath) is case sensitive. When the case doesnt match you get the same error described in the question. Please check for any case sensitive mismatch.
Check the possibility if the load-balancer doesn't preserve the route to forward the requests to, and the requests from the app end up hitting random servers. Is there a way you can configure sticky sessions(Session persistence)? That should help.
There is definitely seems a load-balancer configuration issue. Can you confirm that you have configured the site as specified in the SignalR docs? Specifically, that "ARR Affinity" and "WebSockets" are both enabled as shown in the below screenshot.
Based on the error message, I would suggest to check that Web Sockets weren't disabled for your app service.
It's in General Settings under the Configuration blade.
If it's enabled, then check for any firewall rules or NSGs that may have inadvertently applied to your app service.
for f5 logs about blazor.server.js can you please run the following in bash mode and share the output
[root@f5-TestBox-01:Active:Standalone] ~ # cd /var/log
[root@f5-TestBox-01:Active:Standalone] log # zcat *.*.gz | grep blazor.server.js
Please share the VIP config details from CLI output to help you further
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com