简体   繁体   中英

Devise trackable could not save User, RuntimeError

This happens only for some users when signing in (heroku production) From the logs:

    Started POST "/users/sign_in?locale=en"

     RuntimeError (Devise trackable could not save #<User id:

    cache: [POST /users/sign_in?locale=en] invalidate, pass

The 5 devise Trackable database columns are on the user model and have valid looking values for this user. User cannot log in

This is happening since upgrading to devise 2.2.3 from 1.x

关联模型同时保存的活动记录验证错误

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM