I'm working on an upgrade from 2.4.4-p1 to 2.4.7-p1 in Docker. This is a cloud EE.
When I run setup:upgrade or setup:di:compile, I get this error message:
Circular dependency: Magento\Framework\App\Cache\Type\Config depends on Magento\Framework\Interception\PluginList\PluginList and vice versa.
I'm not seeing any references of one by the other in the code.
What am I missing?
Thanks!
Solved! Go to Solution.
This was resolved by flushing the redis cache.
Can anyone help with how to troubleshoot this?
Thanks!
In the local environment, there is no Redis cache
@jprdynamic0916 wrote:This was resolved by flushing the redis cache.
Did you ever find a solution to this problem?
Edit: I found a solution. It has something to do with Redis (but flushing the caches wouldn't work). Please see: https://github.com/magento/magento2/issues/39229#issuecomment-2532250536