I have been using spring boot with stomp server for websocket with sockjs as frontend library. Intermittently I get the following message in the logs. As far as I have read this occurs when wrong content type is recieved in controller. But this data comes in through websocket and all the data is made to string using JSON.Stringify from frontend