-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Description
I upgraded from Rails 8.0.1 to 8.0.2. Noticed the following:
- If the user was already logged out when going to the app and tried to login, they are immediately bounced back to the login screen with no error message and no errors in the logs.
- If the user already had a live session when I deployed the app with the upgrade from 8.0.1 -> 8.0.2, every action got an error because current_user is coming through ApplicationController as a Hash, not an Object.
LMK if I can give any other information. Ruby 3.4.2 btw.
Metadata
Metadata
Assignees
Labels
No labels