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
We currently seem to be running into race conditions with sessions being saved and being redirected to the next page on the production site.
Either investigate using different session handling middleware, or call the req.session.save() ourselves and have all redirecting code be in the callback.
The text was updated successfully, but these errors were encountered:
We currently seem to be running into race conditions with sessions being saved and being redirected to the next page on the production site.
Either investigate using different session handling middleware, or call the req.session.save() ourselves and have all redirecting code be in the callback.
The text was updated successfully, but these errors were encountered: