-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when fetching devices: 401 Error from Keycloak: {"error":"invalid_grant","error_description":"Invalid bearer token"} #69
Comments
Strangely the token used in the requests seems to not be the good one after login. It is like that:
But the token issued by Keycloak is different:
Why is it using the wrong token? |
It seems to use the token from the previous session. |
Commenting out "autoRehydrate" seems to work: https://github.com/Waziup/waziup-dashboard/blob/master/src/store/index.js#L10 |
Fixed by blacklisting keycloak in store |
The message reappears now. |
It seems the token is wrong on some requests.
The text was updated successfully, but these errors were encountered: