Francesco
Francesco
@Marri I think I found a quick and easy solution: in the initializer I've defined a custom model: ``` Audited.config do |config| config.audit_class = Audit end ``` the Audit model...
Same here. Any update on 3.6.8 compatibility?
Hi, have you found a solution for this?
Is this Info still valid? I've tried doing that but doesn't seem to work for me
i'm seeing the same issue 
I'm seeing the same error: after upgrading to rails 8.0 my routes are empty, and i'm being redirected to the default welcome_controller on visiting application root. visiting rails/info/routes shows only...
i've found that in my case the coulprit was this line in development.rb ` config.middleware.use(JsRoutes::Middleware)` required by the gem JsRoutes https://github.com/railsware/js-routes removing the line the routes are back to normal
just updated my project to strapi 5 and i'm seeing the same behaviour
thanks @ejstavares , that helped a lot!
> Hi! Sorry for the late reply, but can you please check if this issue is still happening? I think it was fixed in Zed some time ago. Thanks! nope,...