Mqtt problem with vite and create react app · Issue #1523...
when I create app with create react app I see this error : " Buffer is not defined" After changing importmqttfrom'mqtt' to importmqttfrom'mqtt/dist/mqtt' , I see the error of can not connect to server in console log in browser as following : ...