Hi,
I’ve been getting quite a lot of Websocket errors in a react-native project. This is what I get:
[Realm.Sync.Client.Network - error] Websocket: Expected HTTP response 101 Switching Protocols, but received:
HTTP/1.1 503 Service Unavailable
connection: close
content-length: 98
content-type: text/plain
date: Wed, 21 Aug 2024 20:00:12 GMT
server: mdbws
upstream connect error or disconnect/reset before headers. reset reason: remote connection failure
Mostly I don’t see any problems after getting this error, sync seems to work fine, but I’ve been having some problems with listeners not triggering correctly, so this might be the cause.
Anyone experienced this issue before? And what can I do to solve it?