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
Currently, app state (like token refresh, translation strings) is handled in a variety of ways which are not always consistent; for instance, reloading the app with an expired token often leads to many simultaneous queries to the token refresh endpoint, causing 429 Too Many Requests errors.
Let's migrate to using Lit context with @provides/@consumes instead.
The text was updated successfully, but these errors were encountered:
Currently, app state (like token refresh, translation strings) is handled in a variety of ways which are not always consistent; for instance, reloading the app with an expired token often leads to many simultaneous queries to the token refresh endpoint, causing 429 Too Many Requests errors.
Let's migrate to using Lit context with
@provides
/@consumes
instead.The text was updated successfully, but these errors were encountered: