Hi,
I'm sure this is not a roda problem per say, but I honestly don't know where to debug anymore. I've changed my laptop and went from Ubuntu 22.04 to 24.04 and now I get this error when running my app:
Cyclic dependency reload for LoadError: cannot load such file -- roda/plugins/method_override
<internal:/home/sebastjan/.rbenv/versions/3.0.0/lib/ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:148:in `require': cannot load such file -- roda/plugins/method_override (LoadError)
I'm using rbenv and have the same Ruby version on my new laptop for this app. The app boots normally on the old laptop and I haven't made any changes in the code before or after the migration.
Does anyone have any idea where to go from here?
Thank you
Sebastjan