I have a blazor server app dotnet 8 that use Microsoft OpenIdConnect for authentification, the app works correctly locally and when is deployed in Azure with out any problem, but when i deploy my app in GCP (Ingress server) i got this error in console of the browser:
Error during WebSocket handshake: Unexpected response code: 400 Error: Failed to start the transport 'WebSockets': Error: WebSocket failed to connect. The connection could not be found on the server, either the endpoint may not be a SignalR endpoint, the connection ID is not present on the server, or there is a proxy blocking WebSockets. If you have multiple servers check that sticky sessions are enabled.
I have test several Ingress annotation like upgrade, affinity... but still the same problem, any one have an idea about this problem, thank u.