Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Location request during access token refresh not working #6630

Closed
sync-by-unito bot opened this issue May 15, 2023 · 0 comments · Fixed by #6631
Closed

Location request during access token refresh not working #6630

sync-by-unito bot opened this issue May 15, 2023 · 0 comments · Fixed by #6631
Assignees

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented May 15, 2023

The http and websocket URLs are supposed to be updated when a websocket redirect occurs and the App is requested to refresh the access token. Unfortunately, the addition of updating the location when the app is first started caused the location to not be queried, since the flag used to determine if the location had been requested after start-up was also being checked before updating the location during an access token refresh, and the location was never being requested beforehand.

Update the handling of this flag, so it does not prevent the location from being requested when explicitly requested, while keeping the functionality of requesting the location one time after startup when the first http request is performed.

@sync-by-unito sync-by-unito bot changed the title Request location metadata update at user login Location request during access token refresh not working May 15, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant