You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this, any changes to the root of the application in which the bundle is installed are ignored. Although it is declared that the settings in ../config/packages in the application should overwrite all changes made by the bundle.
After commenting the lines $container->import('. inside the bundle, the application settings are made as expected
How to reproduce
Combine public function prependExtension and $container->import('../config/packages/...);
Possible Solution
No response
Additional Context
Perhaps this is related specifically to vich_uploader