Marco Ottolini
Marco Ottolini
To solve it, if you are using Linux in production and Windows or MacOs in development, you cold have a look at https://stackoverflow.com/questions/62960920/nodejs-pdf-creator-node-output-is-not-working-in-linux/65397910#65397910
I have same problem, did you solve it? In my case I used the CLI with the command: mqtt pub -t 'test/topic' -h 'mqtt.something.com' -p 8000 --protocol ws -m '{"ws":...
In my case the problem was that HIveMQ awaits websocket traffic by default at path /mqtt, while the mqtt CLI tool doesn't support a path. So, HiveMQ was awaiting on...