MiniProfiler / rack-mini-profiler

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

MiniProfiler storage failure: can't modify frozen #611

Open wage-coolie opened 4 months ago

wage-coolie commented 4 months ago

MiniProfiler storage failure: can't modify frozen String: "<!DOCTYPE html>\n\n \n Rack::MiniProfiler Requests\n \n \n \n\n"

Rails 7

Rack::MiniProfiler.config.auto_inject = true Rack::MiniProfiler.config.show_total_sql_count = true Rack::MiniProfiler.config.enable_advanced_debugging_tools = true Rack::MiniProfiler.config.enable_hotwire_turbo_drive_support = true Rack::MiniProfiler.config.profile_parameter = true These are my settings, Upon hitting the /requests urrl i am getting this error in console.Also turbo streams seems to be not loading new data in speed badge, as a matter of fact my speed badge is dissappearing after every turbo stream request. If anyone have solution to these issues. Pls respond

krzkrzkrz commented 3 months ago

This is what I am seeing as well. @wage-coolie did you manage to figure this out?

wage-coolie commented 2 months ago

This is what I am seeing as well. @wage-coolie did you manage to figure this out?

Nope, I am not able to work it out at all with rails rails7, it sesms turbo requests reload doesn not load a new mini-profiler log, i am now forced to use rails panel extensions.