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
The access token created using getAccessToken() within the worker component has an expiry time of 3 seconds, which sometimes causes a race condition when calling APIs.
Expected
The token has 1h expiry time.
The text was updated successfully, but these errors were encountered:
Current
The access token created using
getAccessToken()
within the worker component has an expiry time of 3 seconds, which sometimes causes a race condition when calling APIs.Expected
The token has 1h expiry time.
The text was updated successfully, but these errors were encountered: