motor-admin / motor-admin-rails

Low-code Admin panel and Business intelligence Rails engine. No DSL - configurable from the UI. Rails Admin, Active Admin, Blazer modern alternative.
https://app.getmotoradmin.com/demo/
MIT License
752 stars 76 forks source link

Error uploading files with Active Storage - Rails 7.1 #169

Open EmilzonJ opened 2 months ago

EmilzonJ commented 2 months ago

When I try to upload an image with active storage I have this error:

The update action could not be found for the :wrap_io_params\ncallback on Motor::ActiveStorageAttachmentsController, but it is listed in the controller's\n:only option.\n\nRaising for missing callback actions is a new default in Rails 7.1, if you'd\nlike to turn this off you can delete the option from the environment configurations\nor setconfig.action_controller.raise_on_missing_callback_actionstofalse.\n

image