Websocket error only with chrome

Hello,
For 2 days now, I have a problem with meteor apps in chrome
It works well in development but not on deployed apps :

This works good with firefox and safari.
I use the last chrome eversion : Version 98.0.4758.80 (Official Build) (arm64)
This happens whatever the meteor version.

Do you know what could cause this ?

Can you try clearing the cache of chrome? This seems like an error when there is a mismatch of the client bundle and server bundle i.e. client bundle is older than server bundle

Thanks for your help.
I finally found the problem. I had a web proxy on my mac. Chrome was using it but not firefox. I have remove this proxy and now this is working perfectly.

1 Like