I am using a mosquitto for my broker server, when I use mqtt-react and put my internet's local ip address I get this error in the console:
WebSocket connection to 'ws://192.XXX.X.X:1883/' failed: Error during WebSocket handshake: net::ERR_CONNECTION_RESET
and in my terminal where mosquitto is opened, it says this
Client <unknown> disconnected due to protocol error.
Any ideas appreciated