-
Notifications
You must be signed in to change notification settings - Fork 40
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
Invalid theme key error, possibly caused by LongJobChecker #25
Comments
Hi, I get the same error "Incorrect theme identification key" by using M2 2.4 with Cron Scheduler (ver.1.0.7) |
Same error as well on Magento 2.4.1 logged in cron.log is:
|
It also happens with the email job as well, even when the email reporting is disabled (again magento 2.4.1):
All other jobs have been running fine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Title
Preconditions
Steps to reproduce
Expected result
Actual result
exception.log
Additional Information
I created an extension with an around plug-in on the method throwing the error, and received this stack trace:
it seems that when LongJobChecker runs, an empty theme key gets passed somewhere, causing this error to be thrown. It could have something to do with the fact that it extends from
\Magento\Backend\App\Action
.The text was updated successfully, but these errors were encountered: