You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected: Sucessfully make XMLHttpRequest to fetch the person and its related fields and tags.
Actual: 401 {"error":"invalid_token","error_description":"Invalid token: access token has expired"}
Refreshing works as expected.
The text was updated successfully, but these errors were encountered:
I'm surprised that this isn't handled by the loginRedirect middleware in Redux, which should force a browser refresh when this happens. For anyone working on this issue, that's a good place to start.
To reproduce:
Expected: Sucessfully make XMLHttpRequest to fetch the person and its related fields and tags.
Actual: 401
{"error":"invalid_token","error_description":"Invalid token: access token has expired"}
Refreshing works as expected.
The text was updated successfully, but these errors were encountered: