Azure / azure-signalr

Azure SignalR Service SDK for .NET
https://aka.ms/signalr-service
MIT License
427 stars 101 forks source link

Azure SignalR Service is not connected yet, error many times for blazer app #1264

Closed swiftinitdotcom closed 1 year ago

swiftinitdotcom commented 3 years ago

Azure SignalR Service is not connected yet, error many times for blazer app

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Exceptions (if any)

Further technical details

vicancy commented 3 years ago

Is it a persistent error or a transient error? Azure SignalR Service is not connected yet means the blazer app is not connected to the service, here contains detailed info and troubleshooting guidance for such error: https://docs.microsoft.com/en-us/azure/azure-signalr/signalr-howto-troubleshoot-guide#500-error-when-negotiate-azure-signalr-service-is-not-connected-yet-please-try-again-later

swiftinitdotcom commented 3 years ago

Its for few days now, before it was working nicely, now I had to move to onpremise because of this... until this gets resolved

swiftinitdotcom commented 3 years ago

Strange thing is same published app works just fine on on premise and when I publish on azure this signal r error....

vicancy commented 3 years ago

Consistently repro? Any exceptions from the app server side? Can it be reproed from localhost?

swiftinitdotcom commented 3 years ago

yes it posts back and does not behave like blazer app in azure due to signarr error, works just fine on server iis

vicancy commented 3 years ago

If it can be repro-ed consistently from localhost, could you try this: https://docs.microsoft.com/en-us/azure/azure-signalr/signalr-howto-troubleshoot-guide#troubleshooting-guide

vicancy commented 1 year ago

Please feel free to reopen the issue if there are further updates.