diff --git a/framework/core/src/Install/Controller/InstallController.php b/framework/core/src/Install/Controller/InstallController.php index 95cbaa323..aaa13e277 100644 --- a/framework/core/src/Install/Controller/InstallController.php +++ b/framework/core/src/Install/Controller/InstallController.php @@ -77,7 +77,7 @@ class InstallController implements RequestHandlerInterface 'email' => array_get($input, 'adminEmail'), ]); - $baseUrl = rtrim((string) $request->getAttribute('originalUri'), '/'); + $baseUrl = rtrim((string) $request->getUri(), '/'); $data->setBaseUrl($baseUrl); $data->setSetting('forum_title', array_get($input, 'forumTitle'));