You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i refresh the component , it's getting 401 unauthorized error in info endpoint
I tried sevaral ways to pass token , but it's gettting same error , pls help me
The text was updated successfully, but these errors were encountered:
Hi
I am using [email protected] with [email protected] in react application.
const socket = new SockJS(url);
const stompClient = Stomp.over(socket);
const httpHeaders = {
'Authorization': 'Bearer ' + authToken,
};
stompClient.connect(httpHeaders, () => {
//Success handler
}, err => //error handler)
When i refresh the component , it's getting 401 unauthorized error in info endpoint
I tried sevaral ways to pass token , but it's gettting same error , pls help me
The text was updated successfully, but these errors were encountered: