Uncaught TYPO3 Exception
#1509296606: Failed to fetch error page "https://www.demenz-pflege-schwaben.de/2003:fa:702:d000:1102:8ea2:c842:3085", reason: Redirect URI, 2003:fa:702:d000:1102:8ea2:c842:3085/, does not use one of the allowed redirect protocols: http, https (More information)

RuntimeException thrown in file
/html/typo3/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2058.

12 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("https://www.demenz-pflege-schwaben.de/2003:fa:702:d000:1102:8ea2:c842:3085", "HTTP/1.0 503 Service Temporarily Unavailable", "The requested page didn't have a proper connection to the tree-root!")

/html/typo3/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01954:     public function pageUnavailableHandler($code, $header, $reason)
01955:     {
01956:         $this->pageErrorHandler($code, $header, $reason);
01957:     }
01958: 

11 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageUnavailableHandler("2003:fa:702:d000:1102:8ea2:c842:3085", "HTTP/1.0 503 Service Temporarily Unavailable", "The requested page didn't have a proper connection to the tree-root!")

/html/typo3/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01906:     {
01907:         $header = $header ?: $GLOBALS['TYPO3_CONF_VARS']['FE']['pageUnavailable_handling_statheader'];
01908:         $this->pageUnavailableHandler($GLOBALS['TYPO3_CONF_VARS']['FE']['pageUnavailable_handling'], $header, $reason);
01909:         die;
01910:     }

10 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageUnavailableAndExit("The requested page didn't have a proper connection to the tree-root!")

/html/typo3/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01547:             $message = 'The requested page didn\'t have a proper connection to the tree-root!';
01548:             if ($this->checkPageUnavailableHandler()) {
01549:                 $this->pageUnavailableAndExit($message);
01550:             } else {
01551:                 GeneralUtility::sysLog($message, 'cms', GeneralUtility::SYSLOG_SEVERITY_ERROR);

9 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getPageAndRootline()

/html/typo3/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01836:     public function getPageAndRootlineWithDomain($domainStartPage)
01837:     {
01838:         $this->getPageAndRootline();
01839:         // Checks if the $domain-startpage is in the rootLine. This is necessary so that references to page-id's from other domains are not possible.
01840:         if ($domainStartPage && is_array($this->rootLine)) {

8 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getPageAndRootlineWithDomain(1009)

/html/typo3/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01426:         // We store the originally requested id
01427:         $this->requestedId = $this->id;
01428:         $this->getPageAndRootlineWithDomain($this->domainStartPage);
01429:         $timeTracker->pull();
01430:         if ($this->pageNotFound && $GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling']) {

7 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::fetch_the_id()

/html/typo3/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01279:         $this->getTimeTracker()->pull();
01280:         // Now, get the id, validate access etc:
01281:         $this->fetch_the_id();
01282:         // Check if backend user has read access to this page. If not, recalculate the id.
01283:         if ($this->beUserLogin && $this->fePreview) {

6 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::determineId()

/html/typo3/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00137:         $this->controller->checkAlternativeIdMethods();
00138:         $this->controller->clear_preview();
00139:         $this->controller->determineId();
00140: 
00141:         // Now, if there is a backend user logged in and he has NO access to this page,

5 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/html/typo3/typo3_src-8.7.32/typo3/sysext/core/Classes/Core/Bootstrap.php:
00317: 
00318:         // Execute the command which returns a Response object or NULL
00319:         $this->response = $requestHandler->handleRequest($request);
00320:         return $this;
00321:     }

4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/html/typo3/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Http/Application.php:
00077:     public function run(callable $execute = null)
00078:     {
00079:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00080: 
00081:         if ($execute !== null) {

3 TYPO3\CMS\Frontend\Http\Application::run()

/html/typo3/typo3_src-8.7.32/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00021: call_user_func(function () {
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

2 {closure}()

/html/typo3/typo3_src-8.7.32/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

1 require("/html/typo3/typo3_src-8.7.32/typo3/sysext/frontend/Resources/Private/Php/frontend.php")

/html/typo3/typo3_src-8.7.32/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';