-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Ocelot 16.0.1 routing failed when SignalR during WebSocket handshake #1283
Comments
hi, |
UnableToFindDownstreamRouteError when using 16.0.1 version is often caused by "ReRoutes" word in ocelon.json file. The 16.0.1 version requires the word "Routes". |
hi jlukawska, I'm already using it as "routes" but it doesn't work. signalr js => startup.cs
ocelot cong => browser consol => |
this issue give me some idea, in localhost, ocelot works fine, but in docker, route match faild this is my new issue |
Hi @xingwen1987 !
I guess such spec is outdated during this 2023 year. Another question
Thanks for creation new user scenario! |
Outdated issue ❗ |
Steps to Reproduce the Problem
1.Use the recommended configuration of SignalR in the official document
2.Make sure the SignalR server is available
3.Switch Url to Ocelot's route for SignalR, the following exception occurred
The text was updated successfully, but these errors were encountered: