We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
So i have this in my package.json: "proxy": "http://localhost:8080/"
"proxy": "http://localhost:8080/"
But react-stomp is assuming the protocol. It uses ws when i want to use http. Check this error.
ws
http
This is my component:
I believe if it sets http instead of ws my component would work properly