@luceos hey, so i just look into the code and found out the problem with this is the update of Symfony\Mine\MimeTypes
. In the old version, it returns ['jpeg', 'jpg', 'jpe']
, but it was updated to ['jpg', 'jepg', 'jpe']
2 months ago.
There should be an update for the AvatarValidator
.