Websocket connection with STOMP compat client using springboot and angular
I am trying to connect the frontend to the backend using websockets with compatclient but the web server displays the above error when inspecting. i have tried to fix it but nothing seems to be working.
The connection is to a form that takes 4 parameters and passes it to the database. The data is stored in the database properly when I used Postman.