I don’t know how else to say this other than images are “disappearing” from my database.
When I initially store the image, everything works fine. Then, after testing the various workflows a couple of times, the image disappears. When I check the app data and the specific entry, the little preview of the image is gone, and when I click “see” I get this: {“message”: “Internal server error”}.
I figured out how to sort it out. At first, when I tried to save it as S3 I was getting an error.
Then I realized that I wasn’t setting a file name and just using the default setting. Once I set the file name, it worked. I assume that’s because the original link was too long.