https://back.eidetic.eu/api/authentication_token

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_links
Fig\Link\GenericLinkProvider {#1531
  -links: [
    "00000000000005fc0000000000000000" => Fig\Link\Link {#1532
      -href: "https://back.eidetic.eu/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => true
      ]
      -attributes: []
    }
  ]
}
_stopwatch_token
"369311"
exception
Doctrine\DBAL\Exception\InvalidFieldNameException {#1001
  #message: """
    An exception occurred while executing a query: SQLSTATE[42703]: Undefined column: 7 ERREUR:  la colonne u0_.phone n'existe pas\n
    LINE 1: ..., u0_.last_name AS last_name_4, u0_.gsm AS gsm_5, u0_.phone ...\n
                                                                 ^
    """
  #code: 7
  #file: "/ed1/sites/back-eidetic/htdocs/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php"
  #line: 72
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#1005 …}
  -query: Doctrine\DBAL\Query {#1003 …}
  trace: {
    /ed1/sites/back-eidetic/htdocs/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php:72 {
      Doctrine\DBAL\Driver\API\PostgreSQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › case '42703':    return new InvalidFieldNameException($exception, $query);}
    /ed1/sites/back-eidetic/htdocs/vendor/doctrine/dbal/src/Connection.php:1767 {
      Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
      › 
      › $exception = $this->exceptionConverter->convert($driverException, $query);}
    /ed1/sites/back-eidetic/htdocs/vendor/doctrine/dbal/src/Connection.php:1706 {
      Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
      › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
    }
    /ed1/sites/back-eidetic/htdocs/vendor/doctrine/dbal/src/Connection.php:1039 {
      Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], QueryCacheProfile $qcp = null): Result …
      › } catch (Driver\Exception $e) {    throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);} finally {
    }
    /ed1/sites/back-eidetic/htdocs/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:31 {
      Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Connection $conn, array $params, array $types) …
      › {    return $conn->executeQuery($this->_sqlStatements, $params, $types, $this->queryCacheProfile);}
    }
    /ed1/sites/back-eidetic/htdocs/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:322 {
      Doctrine\ORM\Query->_doExecute() …
      › 
      ›     return $executor->execute($this->_em->getConnection(), $sqlParams, $types);}
    }
    /ed1/sites/back-eidetic/htdocs/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1160 {
      Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
      › 
      › $stmt = $this->_doExecute();}
    /ed1/sites/back-eidetic/htdocs/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1115 {
      Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
      › 
      ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
    }
    /ed1/sites/back-eidetic/htdocs/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:914 {
      Doctrine\ORM\AbstractQuery->getOneOrNullResult($hydrationMode = null) …
      › try {    $result = $this->execute(null, $hydrationMode);} catch (NoResultException $e) {
    }
    /ed1/sites/back-eidetic/htdocs/src/Repository/UserRepository.php:66 {
      App\Repository\UserRepository->loadUserByIdentifier(string $identifier): User …
      › ->getQuery()->getOneOrNullResult();
    }
    /ed1/sites/back-eidetic/htdocs/src/Security/UserApiProvider.php:29 {
      App\Security\UserApiProvider->loadUserByIdentifier(string $identifier): UserInterface …
      › {    $user = $this->userRepository->loadUserByIdentifier($identifier);}
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:67 {
      Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->getUser(): UserInterface …
      › 
      › $this->user = ($this->userLoader)($this->userIdentifier);if (!$this->user instanceof UserInterface) {
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/security-http/Authenticator/Passport/Passport.php:55 {
      Symfony\Component\Security\Http\Authenticator\Passport\Passport->getUser(): UserInterface …
      › 
      ›     $this->user = $this->getBadge(UserBadge::class)->getUser();}
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/security-http/EventListener/UserCheckerListener.php:43 {
      Symfony\Component\Security\Http\EventListener\UserCheckerListener->preCheckCredentials(CheckPassportEvent $event): void …
      › 
      ›     $this->userChecker->checkPreAuth($passport->getUser());}
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:270 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:183 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › $event = new CheckPassportEvent($authenticator, $passport);$this->eventDispatcher->dispatch($event);}
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:160 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:140 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:65 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › 
      › $this->authenticationManagerListener->authenticate($event);}
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
      › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:73 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/http-kernel/HttpKernel.php:128 {
      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);}
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /ed1/sites/back-eidetic/htdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /ed1/sites/back-eidetic/htdocs/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /ed1/sites/back-eidetic/htdocs/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/ed1/sites/back-eidetic/htdocs/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#520 …6}

Request Headers

Header Value
accept
"application/json"
authorization
""
content-length
"53"
content-type
"application/json"
host
"back.eidetic.eu"
user-agent
"GuzzleHttp/6.3.3 curl/7.66.0 PHP/5.6.40"
x-php-ob-level
"1"

Request Content

Pretty

{
    "email": "root@eidetic.eu",
    "password": "*fbmTxJO!W4S"
}

Raw

{"email":"root@eidetic.eu","password":"*fbmTxJO!W4S"}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/json"
date
"Mon, 23 Feb 2026 11:36:58 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20occurred%20while%20executing%20a%20query%3A%20SQLSTATE%5B42703%5D%3A%20Undefined%20column%3A%207%20ERREUR%3A%20%20la%20colonne%20u0_.phone%20n%27existe%20pas%0ALINE%201%3A%20...%2C%20u0_.last_name%20AS%20last_name_4%2C%20u0_.gsm%20AS%20gsm_5%2C%20u0_.phone%20...%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5E"
x-debug-exception-file
"%2Fed1%2Fsites%2Fback-eidetic%2Fhtdocs%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FPostgreSQL%2FExceptionConverter.php:72"
x-debug-token
"17df4f"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"3f753b719450a3b01ba071849f4e76ca"
APP_SENDINBLUE_KEY
"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"
BEHAT_URL
"http://localhost"
CORS_ALLOW_ORIGIN
"*"
DATABASE_URL
"postgresql://eidetic:CAHkxhBG7iNM@localhost:5432/eidetic?serverVersion=14.1&charset=utf8"
JWT_PASSPHRASE
"cpbsmcpg"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"smtp://localhost:25"
MAILER_SENDER
"noreply@eidetic.eu"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"53"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/ed1/sites/back-eidetic/htdocs/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/ed1/sites/back-eidetic/htdocs/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/lib/wwwrun"
HTTPS
"on"
HTTP_ACCEPT
"application/json"
HTTP_AUTHORIZATION
""
HTTP_HOST
"back.eidetic.eu"
HTTP_USER_AGENT
"GuzzleHttp/6.3.3 curl/7.66.0 PHP/5.6.40"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"back.eidetic.eu"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aZw72n9YUY6PS62-Us1nYwAAAAE"
REDIRECT_URL
"/api/authentication_token"
REMOTE_ADDR
"154.49.208.237"
REMOTE_PORT
"39732"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1771846618
REQUEST_TIME_FLOAT
1771846618.6901
REQUEST_URI
"/api/authentication_token"
SCRIPT_FILENAME
"//ed1/sites/back-eidetic/htdocs/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"154.49.208.202"
SERVER_ADMIN
"webmaster@AbstraktGraphics.com"
SERVER_NAME
"back.eidetic.eu"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"back.eidetic.eu"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,CORS_ALLOW_ORIGIN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,MAILER_DSN,MAILER_SENDER,BEHAT_URL,APP_SENDINBLUE_KEY"
UNIQUE_ID
"aZw72n9YUY6PS62-Us1nYwAAAAE"
USER
"wwwrun"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 21e7d9)

Key Value
_firewall_context
"security.firewall.map.context.jwt"
_links
Fig\Link\GenericLinkProvider {#2652
  -links: [
    "0000000000000a5b0000000000000000" => Fig\Link\Link {#2651
      -href: "https://back.eidetic.eu/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => true
      ]
      -attributes: []
    }
  ]
}
_remove_csp_headers
true
_route
"authentication_token"
_route_params
[]
_stopwatch_token
"d7664e"