-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Error while checking if topic is synchronous #14
Comments
@avoelkl .... Sorry to hear that you are having issues. I did a quick test on a fresh demo install and was not able to reproduce the issue. php bin/magento -v php bin/magento setup:db-schema:upgrade This module has been release around 15 days now with hundreds of downloads and so far only 1 other issue to my knowledge. Give me a few to figure this out. |
I have the same problem when trying to upgrade the module to version 1.1.0 |
Hello can Anyone share how error was resolved please ? thx |
@choussamaster back when I had this issue my problem was solved using the older version of magepal/reindex 1.0.11 |
First of all: Thanks for the module! It has been working fine so far but it seem the last version 1.1.0 introduced some troubles.
Magento version #: 2.3.6
Edition (EE, CE, OS, etc): Open Source (OS)
Expected behavior:
No error during deployment.
Actual behavior:
Error during
setup:db-schema:upgrade
during Deployment:Steps to reproduce:
It took me quite long to find out why I run into this error during deployment and see where it comes from.
Finally I found the reason: The last version 1.1.0 introduced a communication.xml
Magepal content in
communication.xml
<topic name="magepal.reindex" request="string[]" />
Example from
vendor/magento/module-sales-rule/etc/communication.xml
I believe this is the problem, however I did not do further testing and set the version to 1.0.11.
Also I had to disable redis on the staging server to get it running (?!)
From the system.log:
The text was updated successfully, but these errors were encountered: