Rasa identifies the intent greet to whatever message is receiving via websocket

I am building a connection over websocket in nextjs with rasa. the app connects to the rasa socket, gets the session id, but the problem is that whatever is being sent it identifies it as a greet intent. In shell works fine, only by the socket.io gives me the greet every time. Is there a way to fix this?

Take a look at the --debug log output. This sounds like a socket issue.