Hi Folks, I'm have a fresh install of Solid Queue and Mission Control (on an app recently upgraded from Rails 7.0 to 7.1).
I'm getting an error when trying to load /jobs.
NoMethodError in MissionControl::Jobs::Queues#index
mission_control-jobs (0.2.1) app/views/mission_control/jobs/queues/index.html.erb:1
My hunch is that it's something to do with the changes to load paths in Rails 7.1, but I'm using the 7.1 default settings so I would imagine it should work.
Hi Folks, I'm have a fresh install of Solid Queue and Mission Control (on an app recently upgraded from Rails 7.0 to 7.1).
I'm getting an error when trying to load
/jobs
.My hunch is that it's something to do with the changes to load paths in Rails 7.1, but I'm using the 7.1 default settings so I would imagine it should work.
Any advice on how I can debug this? Thanks!