@dockal.dev řekl v Chyba při implementaci:
dockal.dev
Nov 1, 2021, 2:35 AM
Hello,
I would like to implement a Login List, but I am encountering a problem with obtaining an access token from "code"
Sometimes I get an error right after generating the code
{
"message": "ticket expired",
"status": 466
}
and sometimes again
{"error": "invalid_grant"}
Thank you for your response.
This error usually occurs when the authorization code expires quickly or is reused. Make sure you exchange the code immediately and verify your redirect URI and client details are correct.
I faced a similar issue in an iOS flow where delay caused “invalid_grant” errors noticed this while working with delta ios executor related setups, and using a fresh code each time fixed it.