reduxjs / redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI

Home Page:http://youtube.com/watch?v=xsSnOQynTHs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebSocket connection to 'ws://localhost:4001/socketcluster/' failed

dhruvsakariya-alchemy opened this issue · comments

image

I am using one of the example to setup remote devtool but getting this error.

sir can you help ?

Thanks you in Advance

The port in the Redux DevTools Connection Setting should be 8000 instead of 4001. If that doesn't help, can you show me the code you're using to configure the remote devtools?

Sure @Methuselah96

image

and running local server
redux-devtools --hostname=192.168.29.184 --port=8000

The port in the Redux DevTools Connection Setting should be 8000 instead of 4001. If that doesn't help, can you show me the code you're using to configure the remote devtools?

By changing the port to 8000 it helped to get rid of web socket error but i am still not able to see stats in redux dev tool

Can you try refreshing the Redux DevTools after loading your app?

Man are you Magician or what ???

It worked Thanks bro 👍

Hey @Methuselah96

I have setup everyting thanks to you.

BUT getting this 2 errors 👇

image

  1. What could be the reason !! How can i fix it ?

image

  1. I am Unable to Dispatch Action from Remote Redux Devtool