When I upload a cover image, it cannot be displayed on the platform. After checking what happened I realized that it does not display it because it does not find the image. Every time I upload an image it is saved as submission_1_1_1_coverImage_en.jpg but when I view the frontend of the web page it looks for submission_1_1_1_coverImage_en_t.jpg.
Hi @aalva, do you see any errors in your PHP error log when the files are uploaded? During the cover image upload process a thumbnail is created (the _t file), but it sounds like your installation may not be successfully creating this file.