heartcombo / devise

Flexible authentication solution for Rails with Warden.
http://blog.plataformatec.com.br/tag/devise/
MIT License
23.85k stars 5.53k forks source link

Filter chain halted as :verify_signed_out_user rendered or redirected #5607

Closed godfreymutebi closed 11 months ago

godfreymutebi commented 1 year ago
carlosantoniodasilva commented 11 months ago

Does it only happen with active admin? That's triggered when it reaches Devise's sign out code without any signed in user, so it could be a problem with active admin's implementation or your integration.

Without a way to reproduce it, there's not much we can do. If you'd like to try recreating in a sample app we can take another look, otherwise I'd recommend checking with active admin's issues.