Flavio Reinhard
Results
2
comments of
Flavio Reinhard
I digged some more. In my tests, the error occurred on this line: https://github.com/payloadcms/payload/blob/main/packages/payload/src/uploads/getImageSize.ts#L28 `file` had this structure: ``` { name: 'image.png', clientUploadContext: { prefix: '' }, mimetype: 'image/png', size:...
Hi @r1tsuu , thank you for having a look. I think I found a more reliable flow to reproduce it: 1. Ensure the media collection and the blob storage are...