- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This was resolved by flushing the redis cache.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Circular dependency in Magento\Framework while upgrading from 2.4.4-p1 to 2.4.7-p1
Can anyone help with how to troubleshoot this?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Circular dependency in Magento\Framework while upgrading from 2.4.4-p1 to 2.4.7-p1
In the local environment, there is no Redis cache
@jprdynamic0916 wrote:This was resolved by flushing the redis cache.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Circular dependency in Magento\Framework while upgrading from 2.4.4-p1 to 2.4.7-p1
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