-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[InvalidArgumentException] - Cache frontend 'default' is not recognized. #22410
Comments
Hi @rafaalvescit. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @rafaalvescit do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @rafaalvescit. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @rafaalvescit, here is your Magento instance. |
@magento-engcom-team the project that I working is runing in 2.2.7 version. I can't update this version at the moment. |
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
Hi @rafaalvescit thank you for you report, i'm not able to reproduce following steps you described, seems like this related to your custom modules. |
Preconditions
Steps to reproduce
1.php bin/magento setup:upgrade
Expected result
Actual result
I did a module to send the logs and exceptions to Microsoft Application Insights. So in this module, I did a plugin to watch the
Psr\Log\LoggerInterface
.<type name="Psr\Log\LoggerInterface">
<plugin name="handle_log" type="ApplicationInsights\Plugin\Log"/>
</type>
Log
The text was updated successfully, but these errors were encountered: