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
ActiveRecord::RecordNotFound (Couldn't find User with 'id'=1):
lib/login_system.rb:148:in `get_current_user'
lib/login_system.rb:105:in `login_required'
lib/login_system.rb:86:in `login_or_feed_token_required'
This seems to be caused by the browser returning a login cookie, which causes Tracks to think the user is already logged in but failing to find a matching user.
The text was updated successfully, but these errors were encountered:
ZeiP
added
the
bug 🐛
Problems with the code that result in unexpected or bad behavior
label
Sep 13, 2021
It causes an error message like
This seems to be caused by the browser returning a login cookie, which causes Tracks to think the user is already logged in but failing to find a matching user.
The text was updated successfully, but these errors were encountered: