^ Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#883
-statusCode: 404
-headers: []
#message: "Not Found"
#code: 0
#file: "/usr/src/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
#line: 333
trace: {
/usr/src/app/vendor/symfony/framework-bundle/Controller/AbstractController.php:333 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', Throwable $previous = null): NotFoundHttpException …
› {
› return new NotFoundHttpException($message, $previous);
› }
}
/usr/src/app/src/Controller/SecurityController.php:44 {
App\Controller\SecurityController->login(AuthenticationUtils $authenticationUtils): Response …
› if(!$this->configService->getConfigArrayBySubdomain($subdomain)){
› throw $this->createNotFoundException();
› }
}
/usr/src/app/vendor/symfony/http-kernel/HttpKernel.php:156 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$authenticationUtils: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#833 …}
}
}
/usr/src/app/vendor/symfony/http-kernel/HttpKernel.php:78 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/usr/src/app/vendor/symfony/http-kernel/Kernel.php:199 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/usr/src/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
/usr/src/app/vendor/autoload_runtime.php:35 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/usr/src/app/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/usr/src/app/vendor/autoload_runtime.php"
}
}
}
}