MiniProfiler / rack-mini-profiler

Profiler for your development and production Ruby rack apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniProfiler storage failure: can't modify frozen

wage-coolie opened this issue · comments

MiniProfiler storage failure: can't modify frozen String: "\n\n \n <title>Rack::MiniProfiler Requests</title>\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

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

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.