WebSocketException in iOS
With server version and app version 1.82, I just started receiving a WebSocketException when the app first opens. The timeline never loads.
socket error WebSocketException: Connection to 'https://<my_domaini>:0/api/socket.io/?EIO=4&transport=websocket#' was not upgraded to websocket
Is there something I need to do after upgrading?
3 Replies
Can you try logging out of the app and logging back in?
Does your reverse proxy support websockets?
Ah logging out and logging back in fixed it!
I’m using nginx proxy manager so I think it supports websockets?