| Exception |
Symfony\Component\Security\Core\Exception\BadCredentialsException {#3158
#message: "Empty user identifier."
#code: 0
#file: "/app/public/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php"
#line: 135
-token: null
trace: {
/app/public/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:135 {
Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->validateUserIdentifier(string $userIdentifier): void …
› if ('' === $userIdentifier) {
› throw new BadCredentialsException('Empty user identifier.');
› }
}
/app/public/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:57 {
Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->__construct(string $userIdentifier, ?callable $userLoader = null, ?array $attributes = null, ?Closure $identifierNormalizer = null) …
› ) {
› $this->validateUserIdentifier($userIdentifier);
›
arguments: {
$userIdentifier: ""
}
}
/app/public/src/Security/UsernameOrEmailPasswordAuthenticator.php:42 {
App\Security\UsernameOrEmailPasswordAuthenticator->authenticate(Request $request): Passport …
› return new Passport(
› new UserBadge($login, function ($userIdentifier): ?User {
› $user = $this->userRepository->findOneByUsernameOrEmail($userIdentifier);
arguments: {
$userIdentifier: ""
$userLoader: Closure($userIdentifier): User {#3021 …}
}
}
/app/public/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php:74 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator->authenticate(Request $request): Passport …
› try {
› $this->passport = $this->authenticator->authenticate($request);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#3210 …}
}
}
/app/public/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:172 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
› // get the passport from the Authenticator
› $passport = $authenticator->authenticate($request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#3210 …}
}
}
/app/public/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:154 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
›
› $response = $this->executeAuthenticator($authenticator, $request);
› if (null !== $response) {
arguments: {
$authenticator: Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#849 …}
$request: Symfony\Component\HttpFoundation\Request {#3210 …}
}
}
/app/public/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:136 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
›
› return $this->executeAuthenticators($authenticators, $request);
› }
arguments: {
$authenticators: [ …1]
$request: Symfony\Component\HttpFoundation\Request {#3210 …}
}
}
/app/public/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› $request = $event->getRequest();
› $response = $this->authenticatorManager->authenticateRequest($request);
› if (null === $response) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#3210 …}
}
}
/app/public/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› {
› $this->authenticationManagerListener->authenticate($event);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
}
}
/app/public/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:52 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
}
}
/app/public/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:88 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener->authenticate($event);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
}
}
/app/public/vendor/symfony/security-http/Firewall.php:86 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event): void …
›
› $this->callListeners($event, $authenticationListeners());
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
$listeners: Generator {#3380 …}
}
}
/app/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#237 …}
}
}
}
/app/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#237 …}
}
}
/app/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …19]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
}
}
/app/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
$eventName: "kernel.request"
}
}
/app/public/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
$eventName: "kernel.request"
}
}
/app/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#3210 …}
$type: 1
}
}
/app/public/vendor/symfony/http-kernel/Kernel.php:191 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#3210 …}
$type: 1
$catch: true
}
}
/app/public/vendor/symfony/runtime/Runner/FrankenPhpWorkerRunner.php:50 {
Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner->{closure:Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner::run():40} …
› $sfRequest = Request::createFromGlobals();
› $sfResponse = $this->kernel->handle($sfRequest);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#3210 …}
}
}
Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner->{closure:Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner::run():40}() {}
/app/public/vendor/symfony/runtime/Runner/FrankenPhpWorkerRunner.php:57 {
Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner->run(): int …
› do {
› $ret = frankenphp_handle_request($handler);
›
arguments: {
$callback: Closure(): void {#2 …}
}
}
/app/public/vendor/autoload_runtime.php:33 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/app/public/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/app/public/vendor/autoload_runtime.php"
}
}
}
} |