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
Right now on every page the first request signs user in, which is of course redundant. The issue was that after some time the session expires and we didn't have time to support it correctly, so we decided to sign user in on every page to avoid session expiration during the presentation. If a request results in 401, it should try to sign user in and then retry the failed request.
The text was updated successfully, but these errors were encountered:
Right now on every page the first request signs user in, which is of course redundant. The issue was that after some time the session expires and we didn't have time to support it correctly, so we decided to sign user in on every page to avoid session expiration during the presentation. If a request results in 401, it should try to sign user in and then retry the failed request.
The text was updated successfully, but these errors were encountered: