I have a magento 2 by bitnami installation on azure.
It's works fine and i can upload products easily, issue comes when i try to upload images for each product.
the aproach i did was from the official documentation of importing all images into the var/import/images folder then just adding the images name into the csv file:
once the file is checked and imported, my customer frontend would look like this :
then when i would refresh, the website gets down for both the admin and user:
i did afterwards check the Database and the products are indeed imported.
i also tried to clear the cache but it didnt change anything:
sudo rm -r *
inside var/cache