On creation a drupal project with composer >
composer create-project drupal-composer/drupal-project:8.x-dev web_application --no-interaction
the installation looks fine.
But on the next steps the System Check is not called and i have to enter my database connection. The Database is filled till the table "users_field_data", then it stuck and the installer jumps back to entering the db connection.
No errors in the logs.