Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find any app server for the client to route to #1755

Open
mohamadbahmani opened this issue Feb 16, 2023 · 1 comment
Open

Unable to find any app server for the client to route to #1755

mohamadbahmani opened this issue Feb 16, 2023 · 1 comment

Comments

@mohamadbahmani
Copy link

We are using Azure SignalR Service in our Asp.Net project. It works perfect when I run the application locally with the same signalR service, but in production environment (Azure virtual server - IIS), it does not work and after I enabled the configuration hubConfiguration.EnableDetailedErrors = true; I got this error in my client browser:

Unable to find any app server for the client to route to. Please check if the app server is connected to the SignalR service.

We are using :
-Microsoft.Azure.SignalR.AspNet 1.21.0
-Microsoft.Asp.Net.SignalR.Core 2.4.3.0

Capture

@vicancy
Copy link
Member

vicancy commented Oct 26, 2023

Sorry for the late response... hope the answer could still somewhat helpful..
The error means server connections are not connected, please check your server side logs to the errors reported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants