If I request the endpoint http://localhost/shop-api/product-latest/ I got the flowing error Steps to reproduce: 1. Installation of sylius [docker] 1.8.6 (I tried with 1.9.3) with sample data 2. install shopapiplugin 3. request the endpoint http://localhost/shop-api/product-latest/ >code 500 message "Unable to open image /var/www/html/public/media/image/92/44/02315e376fda4f92615c4b0ba574.jpg" The image exists and the path is correct, I tried chmod to be sure that the API could open it. But the error persist. Could you help me ?
If I request the endpoint http://localhost/shop-api/product-latest/ I got the flowing error
Steps to reproduce:
The image exists and the path is correct, I tried chmod to be sure that the API could open it.
But the error persist.
Could you help me ?