You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2022. It is now read-only.
I'm getting these now in the console (not sure if this was after DHT merge or also there before). It's a bit wierd why it would try to connect to localhost.
WebSocket connection to 'ws://localhost:4977/' failed:
The text was updated successfully, but these errors were encountered:
That'll be because of Hyperswarm-Web. localhost is one of the default gateway servers it can use. I think the main gateway's having some issues today - I keep seeing 502's from it - so I think it's using it as a fallback. This would allow us to override the default options and remove localhost from the list of default servers so it would just fail in situations like this:
I'm getting these now in the console (not sure if this was after DHT merge or also there before). It's a bit wierd why it would try to connect to localhost.
The text was updated successfully, but these errors were encountered: