Hi all! I have a workflow in my app in which I upload a picture via URL on the frontend, and then on the backend, attach that image to an existing thing.
When I go into my database, I can see that the image successfully uploaded, because I can click “see” next to the image field and the image URL will open up in another tab.
However, the image does not actually display in the database, nor does it display in my app. I can’t figure out what is wrong!