Lokale Installation unter XAMPP

Hallo zusammen

Ich versuche gerade SW6 bei mir lokal mit Hilfe von Xampp V.3.30 zu installieren. Die Installation lief fehlerlos durch, blieb dann aber beim Schritt „Konfiguration“ hängen. Trage ich hier den Namen des Shops, E-Mail Adresse etc. ein und klicke dann auf „Weiter“, erhalte ich folgende Fehlermeldung:

SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`sw6_local`.`sales_channel_domain`, CONSTRAINT `fk.sales_channel_domain.currency_id` FOREIGN KEY (`currency_id`) REFERENCES `currency` (`id`) ON UPDATE CASCADE)
#0 C:\xampp\htdocs\Shopware6\vendor\shopware\recovery\Install\src\app.php(464): Shopware\Recovery\Install\Service\ShopService->updateShop(Object(Shopware\Recovery\Install\Struct\Shop))
#1 [internal function]: Closure->{closure}(Object(Slim\Http\Request), Object(Slim\Http\Response), Array)
#2 C:\xampp\htdocs\Shopware6\vendor\shopware\recovery\Common\vendor\slim\slim\Slim\Handlers\Strategies\RequestResponse.php(40): call_user_func(Object(Closure), Object(Slim\Http\Request), Object(Slim\Http\Response), Array)
#3 C:\xampp\htdocs\Shopware6\vendor\shopware\recovery\Common\vendor\slim\slim\Slim\Route.php(281): Slim\Handlers\Strategies\RequestResponse->__invoke(Object(Closure), Object(Slim\Http\Request), Object(Slim\Http\Response), Array)
#4 C:\xampp\htdocs\Shopware6\vendor\shopware\recovery\Common\vendor\slim\slim\Slim\MiddlewareAwareTrait.php(117): Slim\Route->__invoke(Object(Slim\Http\Request), Object(Slim\Http\Response))
#5 C:\xampp\htdocs\Shopware6\vendor\shopware\recovery\Common\vendor\slim\slim\Slim\Route.php(268): Slim\Route->callMiddlewareStack(Object(Slim\Http\Request), Object(Slim\Http\Response))
#6 C:\xampp\htdocs\Shopware6\vendor\shopware\recovery\Common\vendor\slim\slim\Slim\App.php(503): Slim\Route->run(Object(Slim\Http\Request), Object(Slim\Http\Response))
#7 C:\xampp\htdocs\Shopware6\vendor\shopware\recovery\Install\src\app.php(168): Slim\App->__invoke(Object(Slim\Http\Request), Object(Slim\Http\Response))
#8 [internal function]: Closure->{closure}(Object(Slim\Http\Request), Object(Slim\Http\Response), Object(Slim\App))
#9 C:\xampp\htdocs\Shopware6\vendor\shopware\recovery\Common\vendor\slim\slim\Slim\DeferredCallable.php(57): call_user_func_array(Object(Closure), Array)
#10 [internal function]: Slim\DeferredCallable->__invoke(Object(Slim\Http\Request), Object(Slim\Http\Response), Object(Slim\App))
#11 C:\xampp\htdocs\Shopware6\vendor\shopware\recovery\Common\vendor\slim\slim\Slim\MiddlewareAwareTrait.php(70): call_user_func(Object(Slim\DeferredCallable), Object(Slim\Http\Request), Object(Slim\Http\Response), Object(Slim\App))
#12 C:\xampp\htdocs\Shopware6\vendor\shopware\recovery\Common\vendor\slim\slim\Slim\MiddlewareAwareTrait.php(117): Slim\App->Slim\{closure}(Object(Slim\Http\Request), Object(Slim\Http\Response))
#13 C:\xampp\htdocs\Shopware6\vendor\shopware\recovery\Common\vendor\slim\slim\Slim\App.php(392): Slim\App->callMiddlewareStack(Object(Slim\Http\Request), Object(Slim\Http\Response))
#14 C:\xampp\htdocs\Shopware6\vendor\shopware\recovery\Common\vendor\slim\slim\Slim\App.php(297): Slim\App->process(Object(Slim\Http\Request), Object(Slim\Http\Response))
#15 C:\xampp\htdocs\Shopware6\vendor\shopware\recovery\Install\index.php(55): Slim\App->run()
#16 C:\xampp\htdocs\Shopware6\public\recovery\install\index.php(6): require_once('C:\\xampp\\htdocs...')
#17 {main}

Hat jemand hier eine Idee, an was das liegen könnte?