Cloudinary - project on localhost uploads 5 image versions, but on HEROKU 2 versions only, why?

Hello Guys,

I use Cloudinary for my image upload. When I run my project on localhost, my strapi project can easily upload 5 image versions (original, thumbnail_original, small_original, medium_original, large_original). But when I upload a image via this project on HEROKU, it uploads only 2 versions (original, thumbnail_original).

Does anyone know what the problem is? This is new, it used to work. :thinking:

Thanks in advance!