Solutionunvalidated
My solution was to create a dedicated API route (or endpoint) and move the core logic — when sending the request to the API route. Tension: the session would be lost only on Android. Outcome: I explicitly added the access token like `Authorization: Bearer {access_token}`.
3ad19309-11d3-4d09-b633-aef2ee72b5fe
My solution was to create a dedicated API route (or endpoint) and move the core logic — when sending the request to the API route. Tension: the session would be lost only on Android. Outcome: I explicitly added the access token like Authorization: Bearer {access_token}.