Closed HirschSt closed 2 weeks ago
Fixed by https://github.com/heartcombo/devise/issues/5652#issuecomment-2376422899 👻
This was a tough nut to crack
Hi, I also found a series of chaotic situations in my 3 test sites, with the same Muscat 11.3 with our bunch of local patches: one was running fine, another could not login with the same error than you, and the third one I could login but I could not submit any form, having a ActionController::InvalidAuthenticityToken error. Google finds many hits with this error combined with Rails 7.1.
In my case, with Apache 2.4.62 and Passenger 6.0.17 from Debian stable (12), I found the solution at https://github.com/phusion/passenger/issues/2503, and the simplest solution was to patch my Debian Passenger with this fix: https://github.com/phusion/passenger/commit/7353892025f245b1f29a35d4337cc0a152aa1bb8. Suddenly, all my errors disappeared!
With my local installation it is not possible to login anymore:
Any ideas how to fix that?