https://134.122.43.190/login?%2Flogin=

ErrorController

Request

GET Parameters

Key Value
/login
""

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_links
Fig\Link\GenericLinkProvider {#1309
  -links: [
    "000000000000051e0000000000000000" => Fig\Link\Link {#1310
      -href: "https://134.122.43.190/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => true
      ]
      -attributes: []
    }
  ]
}
_stopwatch_token
"d0f11f"
exception
Symfony\Component\HttpKernel\Exception\BadRequestHttpException {#757
  #message: "The key "_username" must be a string, "NULL" given."
  #code: 0
  #file: "/var/www/vg.ei.eckidev.com/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php"
  #line: 149
  -statusCode: 400
  -headers: []
  trace: {
    /var/www/vg.ei.eckidev.com/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php:149 {
      Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator->getCredentials(Request $request): array …
      › if (!\is_string($credentials['username']) && (!\is_object($credentials['username']) || !method_exists($credentials['username'], '__toString'))) {    throw new BadRequestHttpException(sprintf('The key "%s" must be a string, "%s" given.', $this->options['username_parameter'], \gettype($credentials['username'])));}
    }
    /var/www/vg.ei.eckidev.com/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php:84 {
      Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator->authenticate(Request $request): Passport …
      › {    $credentials = $this->getCredentials($request);}
    /var/www/vg.ei.eckidev.com/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php:63 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator->authenticate(Request $request): PassportInterface …
      › $startTime = microtime(true);$this->passport = $this->authenticator->authenticate($request);$this->duration = microtime(true) - $startTime;
    }
    /var/www/vg.ei.eckidev.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:181 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › // get the passport from the Authenticator$passport = $authenticator->authenticate($request);}
    /var/www/vg.ei.eckidev.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:161 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
    }
    /var/www/vg.ei.eckidev.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:141 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
    }
    /var/www/vg.ei.eckidev.com/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) {
    }
    /var/www/vg.ei.eckidev.com/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:66 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › 
      › $this->authenticationManagerListener->authenticate($event);}
    /var/www/vg.ei.eckidev.com/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) {
    }
    /var/www/vg.ei.eckidev.com/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);}
    }
    /var/www/vg.ei.eckidev.com/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
      › foreach ($listeners as $listener) {    $listener($event);}
    /var/www/vg.ei.eckidev.com/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:77 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › 
      ›     $listener($event);} else {
    }
    /var/www/vg.ei.eckidev.com/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /var/www/vg.ei.eckidev.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/vg.ei.eckidev.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/vg.ei.eckidev.com/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);}
    }
    /var/www/vg.ei.eckidev.com/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 {
    }
    /var/www/vg.ei.eckidev.com/vendor/symfony/http-kernel/HttpKernel.php:139 {
      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);}
    /var/www/vg.ei.eckidev.com/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/vg.ei.eckidev.com/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 {
    }
    /var/www/vg.ei.eckidev.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /var/www/vg.ei.eckidev.com/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vg.ei.eckidev.com/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/vg.ei.eckidev.com/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#173 …9}

Request Headers

Header Value
accept
"application/json, text/event-stream"
accept-encoding
"gzip"
connection
"close"
content-length
"151"
content-type
"application/json"
host
"134.122.43.190"
mcp-protocol-version
"2025-03-26"
user-agent
"Mozilla/5.0 (compatible; Infrawatch/1.0; +https://infrawat.ch/)"
x-php-ob-level
"1"

Request Content

Pretty

{
    "id": 1,
    "jsonrpc": "2.0",
    "method": "initialize",
    "params": {
        "capabilities": {},
        "clientInfo": {
            "name": "client",
            "version": "0"
        },
        "protocolVersion": "2025-03-26"
    }
}

Raw

{"id":1,"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{},"clientInfo":{"name":"client","version":"0"},"protocolVersion":"2025-03-26"}}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/json"
date
"Sun, 02 Aug 2026 23:27:46 GMT"
vary
"Accept"
x-debug-exception
"The%20key%20%22_username%22%20must%20be%20a%20string%2C%20%22NULL%22%20given."
x-debug-exception-file
"%2Fvar%2Fwww%2Fvg.ei.eckidev.com%2Fvendor%2Fsymfony%2Fsecurity-http%2FAuthenticator%2FFormLoginAuthenticator.php:149"
x-debug-token
"ea72a3"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 65
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 110
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 40
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vg.ei.eckidev.com/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vg.ei.eckidev.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"A7d829bf62r1ydc5f87a73fd814e2c9f629"
BETTER_UPTIME_API_URL
"https://uptime.betterstack.com/api/v1/"
BETTER_UPTIME_ENABLED
"0"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_HOST
"localhost"
DATABASE_USER
"eckidev"
DEBUG_EMAIL
"vincentg@eckinox.ca"
DEV_EMAIL
"vincentg@eckinox.ca"
LOCK_DSN
"flock"
MAILER_SENDER
"noreply@echafaudageindustriel.com"
PROJECT_INCREMENTATION
"3000"
PROJECT_PREFIX
"VG"
SENTRY_DSN
""
SPACE_LEFT_ON_DEVICE_THRESHOLD
"0.5"
WORKORDER_PREFIX
"CEMA"

Defined as regular env variables

Key Value
CONTENT_LENGTH
"151"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/var/www/vg.ei.eckidev.com/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vg.ei.eckidev.com/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"application/json, text/event-stream"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_CONNECTION
"close"
HTTP_HOST
"134.122.43.190"
HTTP_MCP_PROTOCOL_VERSION
"2025-03-26"
HTTP_USER_AGENT
"Mozilla/5.0 (compatible; Infrawatch/1.0; +https://infrawat.ch/)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"/login"
REDIRECT_HTTPS
"on"
REDIRECT_QUERY_STRING
"/login"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/login"
REMOTE_ADDR
"2.57.17.168"
REMOTE_PORT
"15696"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1785713264
REQUEST_TIME_FLOAT
1785713264.0406
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/var/www/vg.ei.eckidev.com/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"134.122.43.190"
SERVER_ADMIN
"hebergement@eckinox.ca"
SERVER_NAME
"134.122.43.190"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.58 (Ubuntu) Server at 134.122.43.190 Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.58 (Ubuntu)"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_USER,DATABASE_HOST,DEBUG_EMAIL,DEV_EMAIL,SPACE_LEFT_ON_DEVICE_THRESHOLD,PROJECT_PREFIX,PROJECT_INCREMENTATION,WORKORDER_PREFIX,SENTRY_DSN,CORS_ALLOW_ORIGIN,MAILER_SENDER,LOCK_DSN,BETTER_UPTIME_ENABLED,BETTER_UPTIME_API_URL"

Parent Request

Return to parent request (token = 74f218)

Key Value
_controller
"App\Controller\Application\SecurityController::login"
_firewall_context
"security.firewall.map.context.admin"
_links
Fig\Link\GenericLinkProvider {#1365
  -links: [
    "00000000000005540000000000000000" => Fig\Link\Link {#1364
      -href: "https://134.122.43.190/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => true
      ]
      -attributes: []
    }
  ]
}
_remove_csp_headers
true
_route
"login"
_route_params
[]
_security_firewall_run
"_security_admin"
_stopwatch_token
"5c8472"