I have a strange issue in my Rails app. There is a form.richt_text_area
and when I drag & drop an image, nothing happens. Also in the log nothing new happens.
When I create a new test application and add a form.richt_text_area
, when dragging and dropping an image, immediately the image is uploaded. In the log I see:
Started POST "/rails/active_storage/direct_uploads"
In the original application, when I have an upload button, then uploading an attachment just works, only in a rich_text_area
doesn't work. It is already on local, so no CORS issue. Any idea why this is not working?