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

Negotiate end point connection error #196

Open
sharvaridesai123 opened this issue Jun 28, 2022 · 0 comments
Open

Negotiate end point connection error #196

sharvaridesai123 opened this issue Jun 28, 2022 · 0 comments

Comments

@sharvaridesai123
Copy link

I am getting an error on the negotiate endpoint related to the connection.
The actual error is Connection string missing required properties endpoint. (Parameter 'connectionString')

I am using BidirectionalChat example and using isolated process. My code works locally, but not when deployed to function app.

[Function("negotiate")] public async Task<SignalRConnectionInfo> Negotiate([HttpTrigger(AuthorizationLevel.Anonymous, "get")] HttpRequestData req, [SignalRConnectionInfoInput(HubName = "Events", UserId = "{query.personId}", ConnectionStringSetting = "xxxx_SignalRConnection")] SignalRConnectionInfo signalRConnectionInfo) { _logger.LogInformation("Executing Negotiate for SignalR."); return signalRConnectionInfo; }
I have added xxxx_SignalRConnection to the Configuration ApplicationSettings. I don't know what is missing. It appears that it cannot find the connectionstring

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

1 participant