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
Hi, what's the recommended solution for handling expired or invalid sessions? I was thinking that mg-api-js would automatically re-authenticate if the session expires, but looks like it didn't in this case, as we were repeatedly getting this error repeatedly:
Should we be catching invalid sessions when we call the API and re-authenticating if we see one? What's the best way to identify an error that indicates an expired or invalid session?
The text was updated successfully, but these errors were encountered:
Hi, what's the recommended solution for handling expired or invalid sessions? I was thinking that mg-api-js would automatically re-authenticate if the session expires, but looks like it didn't in this case, as we were repeatedly getting this error repeatedly:
Should we be catching invalid sessions when we call the API and re-authenticating if we see one? What's the best way to identify an error that indicates an expired or invalid session?
The text was updated successfully, but these errors were encountered: