MiniProfiler / rack-mini-profiler

Profiler for your development and production Ruby rack apps.
MIT License
3.68k stars 399 forks source link

Incompabtibility with rack 3/warden/devise #615

Open tmaier opened 1 month ago

tmaier commented 1 month ago

I use devise and rack in my Rails 7.1 application, together with rack-mini-profiler.

When I upgraded to rack 3, signing in and signing out did not work anymore. (possibly due to CSRF issues).

When I removed rack-mini-profiler from my app, everything worked as expected.

Partially related: https://www.reddit.com/r/rails/comments/179etec/comment/l6tzm7q/

suryanarayanan035 commented 2 weeks ago

Hello @tmaier , I tried reproducing this issue but I couldn't. So, can you provide a link for a reproducing app?