馃悰 [Bug] All images uploaded since introducing image cropping are named ...-blob
Created by: Tirokk
Authored by mattwr18 Closed
馃悰 Bugreport
the fileUpload
used to use the filename and prepend the DateTime, now since we are converting the cropped image to a blob, we've lost that are the only thing that differentiates them is the datetime
Steps to reproduce the behavior
- upload a photo on
nitro-staging
- ssh into the backend and look at the
public/uploads
files - alternatively, you can go to a
Post
page and right click on the image, then choose inspect - you should see something similar to this
<img src="/api/uploads/1571228236840-blob">
- Profit
Expected behavior
it should use the filename like currently in production