Websocket Connection To Walletconnect Failed #2831
Replies: 2 comments 1 reply
-
I am experiencing the same issue. The websocket is trying to connect the following but failed
The DNS cannot be resolved.
|
Beta Was this translation helpful? Give feedback.
-
I am using ...
"connectkit": "^1.6.0",
"viem": "1.x",
"wagmi": "1.x",
...
...
const config = createConfig(
getDefaultConfig({
// Required API Keys
alchemyId: process.env.ALCHEMY_ID, // or infuraId
walletConnectProjectId = import.meta.env.VITE_WALLETCONNECT_PROJECT_ID;,
...
}),
); |
Beta Was this translation helpful? Give feedback.
-
Just recently I started getting a flood of errors for Websocket not connecting to WalletConnect:
Websocket.js?3450:82 WebSocket connection to 'wss://4.bridge.walletconnect.org/?env=browser&host=localhost%3A3000&protocol=wc&version=1' failed:
My WC ID is valid so I'm just assuming something is off on the wagmi end and wanted to bring attention to it.
If not, does anyone know the solution?
Beta Was this translation helpful? Give feedback.
All reactions