Magento 2.4.1 was released on October 15, ’20 to offer enhanced security and performance of the online store.
Did you already download the Magento 2.4.1 version and install it?
If yes, did you face the issue of the media gallery not showing any images?
If yes again, here’s the solution for the same.
However, first, make sure that the “Media Gallery” is set to “Yes” from the backend at Stores > Configuration > Advanced > System > Media Gallery.
In the Magento 2.4.1 version, the media.gallery.synchronization
and media.content.synchronization
queue consumers need to be started for initial synchronization.
If not, the media gallery doesn’t show any images in Magento 2.4.1 as shown below:

To resolve it, follow the below steps:
Solution: Media Gallery Doesn’t Show Any Images in Magento 2.4.1
Run the below command in console:
php bin/magento media-gallery:sync
php bin/magento media-content:sync
That’s it.
You can see that now the media gallery displays the images:

Please share the solution with Magento Community via social media.
Thank you.