Do normal server connect calls without sockets work?
I have an update that adds the cors config to the socket server, I assume that you have configured cors on the server.
File is for Server Connect, not App Connect. sockets.zip (1.6 KB) unzip to lib/setup.
If this does not work then I will post an update for the client, the previous client only connects with websockets and fails when websockets didn’t work. The new client starts with polling and then upgrades to websockets if it is available. Also serverconnect components in the new Beta fallback to standard fetch request when websockets are not connected.
I applied this, and the error for iOS has changed. I note iOS, because it now has (what I believe is) the error that Android had yesterday. I think this is due to the way the 2 platforms connect differently.