You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tap Enter while Email field prompted (so just leave it empty)
Actual Result
Installation command breaks with an error:
In InstallCommand.php line 346:
trim(): Argument #1 ($string) must be of type string, null given
Expected Result
Validation for Empty email field should be applied. Something is done for valid url. Install command should not break.
Details about your environment
OroCommerce version: 5.2
PHP version: 8.2
Database PostgreSQL (from oro docker)
Additional information
While second run installation command it fails with other error:
[ERROR] No result was found for query although at least one row was expected.
The command '/usr/bin/php8.2' 'bin/console' 'oro:organization:update' 'default' '--organization-name=YARO' '--env=prod' terminated with an exit code: 1.
The text was updated successfully, but these errors were encountered:
Summary
Error during installation when empty email submitted
Steps to reproduce
Actual Result
Installation command breaks with an error:
Expected Result
Validation for Empty email field should be applied. Something is done for valid url. Install command should not break.
Details about your environment
Additional information
While second run installation command it fails with other error:
The text was updated successfully, but these errors were encountered: