I have Blazor Server app, which is hosted on our VPS in docker, behind nginx reverse proxy.If I go to the web, it's okay and all is clear and working.
But if I login via openid (keycloak), after redirecting back with all cookies and JWT's - app cannot connect to websocket.
I tried all variety of nginx configuration, but I don't think it's on nginx side at this point. Connection without authorization is ok. Maybe it's some kind of configuration which I'm missing?