Open Olivier127 opened 2 years ago
Hi,could you please provide a reproducible scenario for that issue?
The services inside integrations folder are loaded via the SyliusThemeExtension
and they should not always all be loaded (legacy mode support).
So I would like to understand better your issue and see how can we fix it properly.
Thanks
the command sylius:theme:assets:install is missing because the services.xml doesn't indicate where to load the xml files into integrations directory.
please add
<import resource="services/integrations/*.xml" />