Refresh token is not working properly #231
-
When I receive the token using the authorization code, the response indicates that the upgrade token is available for renewal within 8 hours, but when I try to use it, an error appears: 400 Invalid request: "{"Error code":"errors.com.epicgames.account.auth_token.invalid_refresh_token","ErrorMessage":"Sorry update token "XXXXXXXXXXXXXXX" is invalid","messageVars":["XXXXXXXXXXXXX"],"numericErrorCode":18036,"originatingService":"com.epicgames.account.public","intent":"prod","error_description":"Sorry, the update token "XXXXXXXXXXXXXXX" is invalid","error":"invalid_grant"}" If I use refresh_token for 30 minutes, then it works fine. Can you tell me what to do? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
refresh tokens work properly, its just that when you launch fortnite all auth sessions will be killed (so also refresh tokens) |
Beta Was this translation helpful? Give feedback.
refresh tokens work properly, its just that when you launch fortnite all auth sessions will be killed (so also refresh tokens)