XRPL-Labs/xrpl-client

Chrome based browsers failing wss connection

Closed this issue · 1 comments

I tried the more complex version here, but event the simply array of wss as the constructor as the argument experiences this issue.
Screenshot 2023-11-21 at 10 23 43

Screenshot 2023-11-21 at 10 22 56

connect via safari and no issue..

here is the source code https://github.com/lathanbritz/XRPL-Technical-Explorer/blob/ca048a235c8a11732763e7814ba8bc301662676f/src/store/app_store.js#L100

I'm afraid that's a Chrome problem, maybe a browser extension / .. stricter CORS / ...

Can't be client related.

I just checked in the browser console by setting up a connection manually, and you can see Chrome is blocking it for strict CORS settings:

image