Sylius version affected: 1.3
Description
It looks like that override for Sylius error templates is not applied. This is probably due to Symfony using templates/bundles for bundle template overrides instead of template/bundle as it is here.
Steps to reproduce
Install Sylius 1.3
Access /_error/404 in dev mode, or a non existent page in prod mode
Error page will be a default "Oops! An Error Occurred" Symfony error page.
Possible Solution
Renaming templates/bundle to templates/bundles makes the Sylius error template for 404 and 500 errors show up. Curiously enough, this does not work for other errors (/_error/401 still shows the Symfony error template for some reason) or even for SyliusShopBundle (for example templates/bundles/SyliusShopBundle/layout.html.twig).
@pamil I believe this can be closed :)
Most helpful comment
@pamil I believe this can be closed :)