Reputation: 600
ActionText/Trix will store rich text, but will not process/store embeds either locally or on S3. When I drag a file into The progress bar on drag/drop does not progress, but the image shows up and the filename and file size are accurate, as seen here:
A regular ActiveStorage attachment on the same model works fine, uploads to S3, etc. so I've ruled out ActiveStorage as the culprit.
Debugging wise:
rails app:upgrade
and ensure CORS is good to go on S3 bucket), however, neither has changed the outcome (file still does not upload directly).Application wise:
Upvotes: 0
Views: 222