i build my custom web socket connector and i'm trying to connect with this interface .
when i run rasa everything works fine but when i run the interface server( it generate a url Local: http://localhost:8081/ ) this show up in my console :
Vue-Socket.io: Received connection string
Vue-Socket.io: Vuex adapter enabled
Vue-Socket.io: Vuex socket mutations enabled
Vue-Socket.io: Vuex socket actions enabled
Vue-Socket.io: Vue-Socket.io plugin enabled
Vue-Socket.io: #connect subscribe, component: App
Vue-Socket.io: #disconnect subscribe, component: App
Vue-Socket.io: #session_confirm subscribe, component: App
Vue-Socket.io: #bot_uttered subscribe, component: App
GET http://localhost:5005/socket.io/?EIO=3&transport=polling&t=NeuIizl 400 (Bad Request)
i never worked with vuejs before so really i cant find the bug
i build my custom web socket connector and i'm trying to connect with this interface .
when i run rasa everything works fine but when i run the interface server( it generate a url Local: http://localhost:8081/ ) this show up in my console :
i never worked with vuejs before so really i cant find the bug