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
When enabling/disabling development mode, the module cache file is not removed. On investigation, it seems this is because the application configuration returned by getApplicationConfig() in ConfigDiscoveryTrait is an empty array, which in turn is because the application configuration file is not being read in correctly.
Other functionality (addition/removal of development.*.dist files) is fine.
When enabling/disabling development mode, the module cache file is not removed. On investigation, it seems this is because the application configuration returned by
getApplicationConfig()inConfigDiscoveryTraitis an empty array, which in turn is because the application configuration file is not being read in correctly.Other functionality (addition/removal of
development.*.distfiles) is fine.