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
A release after 5.3.5 strips paths from broker URLs.
For example, the /mqtt in these broker URLs is dropped and the socket connection is made to the root path /: wss://mqtt.eclipseprojects.io/mqtt wss://broker.emqx.io:8084/mqtt wss://broker.hivemq.com:8884/mqtt wss://public.mqtthq.com:8084/mqtt
These connections fail as the path is needed.
Minimal Reproduction
mqtt.connect(url) where url contains a path, e.g.: