Hi Ory Team, I am currently integrating the "<proj...
# general
s
Hi Ory Team, I am currently integrating the "projects.oryapis.com/sessions/token-exchange" endpoint for the Google login API in a Flutter application. However, I am encountering an issue after the redirect to my app. Specifically, I am receiving the following error:
Copy code
{
  "error": {
    "code": 404,
    "status": "Not Found",
    "request": "9c8d2c4f-******-b0d3-16aa8fe9d086",
    "reason": "no session yet for this \"code\"",
    "message": "The requested resource could not be found"
  }
}
Here are the details of the implementation: • initCode:
exchangeCode
• returnToCode:
code
(redirect from URI) Could you please help identify what might be causing this issue? Specifically: 1. Is there a known issue or recent change with the token exchange endpoint? 2. Could the error be related to the timing of the code exchange or its expiration? 3. Are there any specific configurations or parameters that I might be missing?