ripple / explorer

Open Source XRP Ledger Explorer
https://livenet.xrpl.org/
MIT License
97 stars 62 forks source link

Firefox can’t establish a connection to the server at wss://s2.ripple.com/ #944

Open PaulMoney opened 4 months ago

PaulMoney commented 4 months ago

Hi, When I navigated to the https://livenet.xrpl.org/ in Firefox, I saw this type of error message in the console. I'm a bit confused; is it a problem with the rippled server or in the code?

Screenshot 2024-02-22 at 18 44 09

P.s. ripple explorer loads correctly, I'm just. a bit confused with an error.

mvadari commented 4 months ago

That's because it tries to connect to s2.ripple.com (which doesn't work) and s2.ripple.com:51233 (which does work), so the first attempt fails. This should probably be cleaned up.