Hello,
I am currently facing an issue while setting up a fresh Sylius app using Docker. Everything seems to be working smoothly, except for the images.
Unfortunately, the images are not appearing on the frontend of the application. I have checked the file paths and permissions, but I’m still unable to resolve this issue.
[2023-06-24T23:15:46.301671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://X.X.X.X:8000/media/cache/sylius_shop_product_thumbnail/14/0e/6d2fe5ee064d569bcd4c070d42d3.jpg"" at /srv/sylius/vendor/symfony/http-kernel/EventListener/RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \" GET http://X.X.X.X:8000/media/cache/sylius_shop_product_thumbnail/14/0e/6d2fe5ee064d569bcd4c070d42d3.jpg\" at /srv/sylius/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/media/cache/sylius_shop_product_thumbnail/14/0e/6d2fe5ee064d569bcd4c070d42d3.jpg/\". at /srv/sylius/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} []
Could you help please …
Thanks