storrence88 said over 4 years ago on WYSIWYG Editor with Trix :
Hi! Thanks for making this tutorial. I am using Trix on a form that submits a POST request to a Word Press endpoint that creates a draft of a post (user submitted content). However, when I upload an image using Trix, in the WP dashboard, I get a broken link and no image. I think this is because Trix is submitting the image as an image tag wrapped around with an anchor tag with an href to the image however, the href is using a relative path which would explain the broken link. ```
colorful_helmet.png 165.18 KB
``` Is there a way to extract the image url if I am using active storage and s3 to store the images?