-
Always got same error when trying to refresh the token, here's the request log i've made
The request was done using postman. After going around, I had an idea to check the server's docker log, and I got something said like "Refresh token not found". I just keep trying, and only one refresh token that worked, but I've lost it. What's the problem then? Thank you for helping me. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Since it's not included in your request above, are you sending any kind of authentication with this request? For a token request, you can either send the |
Beta Was this translation helpful? Give feedback.
-
Hello @9d4 @BeryJu, refresh_token which is working,
refresh_token which not working,
Refresh token which failed was neither revoked nor expired at the time of calling. But calling it throw below error and log the "Refresh token does not exist" in authentik-server
|
Beta Was this translation helpful? Give feedback.
This should be fixed with #5502