Hey!
I found something weird going on with the plugin that has only just started happening.
The issue: The image is saved as a file only after uploading more than once. It also saves the previously uploaded image to the database, rather than the currently uploaded one.
For example:
- Upload a single image
- When finished trigger workflow to save the image file URL as image in database
You should find it doesn’t then save the image - Without refreshing, upload again a single image (USE A DIFFERENT IMAGE)
- Same trigger workflow
You should find this time the data saved an image, but it was the 1st uploaded image, rather than the one just finished uploading
This is urgent