Closed robinbeatty closed 3 months ago
The plugin is unable to relay the error message thrown by the Cloudinary adapter because the error is hardcoded in Craft's flysystem adapter. As a workaround, you can lower the maxUploadFileSize
setting in Craft to match Cloudinary's size limit. This way, Craft will display an error message about the image exceeding the allowed size.
When an asset is uploaded which exceeds Cloudinary upload filesize limit, the only feedback on the craft ui is 'A server error occurred'. Don't know how feasible it is to pass the errors back to craft but would be great to be able to tell authors why the error occurred.