Simon Maass
Simon Maass
Created a patch file... ``` --- /dev/null +++ ../src/module-vsbridge-indexer-core/Console/Command/RebuildEsIndexCommand.php @@ -96,7 +96,7 @@ Try using --help for more information." ); - return; + return \Magento\Framework\Console\Cli::RETURN_FAILURE; } $this->eventManager->dispatch( @@ -109,6 +109,8...
i am also getting this error ``` There is an error in /vendor/symfony/console/Command/Command.php at line: 301 Return value of "Divante\VsbridgeIndexerCore\Console\Command\RebuildEsIndexCommand\Interceptor::execute()" must be of the type int, "null" returned.#0 /vendor/magento/framework/Interception/Interceptor.php(58): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput),...
@clinton-origin oh that would be awesome if you could share it :)
me 2!
i just realized that we have over 200 error events in sentry about this bug!! This is major! Orders not getting through in an e-commerce system should be PRIO 1!...
got the same problem that "$dayjs" is not recognized via typescript in vue template 
is there any patch or hotfix? this is quite important as many integrations (incl. payment) are failing that are using the comment api for webhooks etc
I can confirm this issue... very annoying and resulting in "Hydration completed but contains mismatches." errors in console in production builds!
@acidjazz could this be included in the module?