I am running a local emulator for SignalR and whenever the emulator is triggered it throws following error:
fail: Microsoft.Azure.SignalR.Emulator.HubEmulator.HttpServerlessMessageHandler[0]
The response for {hub}=signalrhub,{event}=connected,{category}=connections is unexpected: Forbidden.
To Reproduce
Start the emulator
Start the Azure Function app locally that contains SignalR triggers
Start the web app that will negotiate with the locally running SignalR instance (emulator's connection string)
Follow the prompts on the web app
This does a successful negotiation and then invoked OnConnected - which throws the error described above.
Exceptions (if any)
fail: Microsoft.Azure.SignalR.Emulator.HubEmulator.HttpServerlessMessageHandler[0]
The response for {hub}=signalrhub,{event}=connected,{category}=connections is unexpected: Forbidden.
Describe the bug
I am running a local emulator for SignalR and whenever the emulator is triggered it throws following error:
To Reproduce
Exceptions (if any)
I am using the default Upstream settings as: