Simon Maass

Results 103 comments of 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 :)

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 ![image](https://github.com/user-attachments/assets/7cc7826b-0d19-4654-bf13-0ee1560705b4)

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!