Error 500 Internal Server Error

GET https://dev.darksoft-inc.wtf/login

Forwarded to ErrorController (9e097b)

SecurityController :: login

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\SecurityController::login"
_controller_attributes
[
  Symfony\Component\Routing\Attribute\Route {#159
    +methods: []
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/login"
    +name: "app_login"
    +requirements: []
    +options: []
    +defaults: []
    +host: null
    +condition: null
    +priority: null
  }
]
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_login"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#220
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#284 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#218
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#217 …}
  }
]
_stopwatch_token
"cfbd50"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"dev.darksoft-inc.wtf"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Retry Command

curl \
  --compressed \
  --url 'https://dev.darksoft-inc.wtf/login' \
  --header 'Accept-Encoding: gzip, br, zstd, deflate' \
  --header 'User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
  --header 'Accept: */*' \
  --header 'X-Php-Ob-Level: 1'

Response

Response Headers

Header Value
cache-control
"max-age=0, must-revalidate, private"
content-type
"text/html; charset=UTF-8"
date
"Thu, 30 Jul 2026 02:17:03 GMT"
expires
"Thu, 30 Jul 2026 02:17:03 GMT"
set-cookie
[
  "main_deauth_profile_token=9e097b; path=/; secure; httponly; samesite=lax"
  "main_auth_profile_token=deleted; expires=Wed, 30 Jul 2025 02:17:02 GMT; Max-Age=0; path=/; httponly"
]
vary
"Accept"
x-debug-exception
"Too%20few%20arguments%20to%20function%20App%5CForm%5CLoginFormType%3A%3A__construct%28%29%2C%200%20passed%20in%20%2Fhome%2Fubuntu%2Fwork%2Fmossleigh%2Fvar%2Fcache%2Fdev%2FContainerJDxM9Sl%2FgetLoginFormTypeService.php%20on%20line%2025%20and%20exactly%201%20expected"
x-debug-exception-file
"%2Fhome%2Fubuntu%2Fwork%2Fmossleigh%2Fsrc%2FForm%2FLoginFormType.php:17"
x-debug-token
"62910a"
x-debug-token-link
"https://dev.darksoft-inc.wtf/_profiler/9e097b"
x-previous-debug-token
"9e097b"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

Key Value
main_auth_profile_token
Symfony\Component\HttpFoundation\Cookie {#1027
  #expire: 1
  #path: "/"
  -sameSite: null
  -secureDefault: true
  #name: "main_auth_profile_token"
  #value: null
  #domain: null
  #secure: false
  #httpOnly: true
  -raw: false
  -partitioned: false
}
main_deauth_profile_token
Symfony\Component\HttpFoundation\Cookie {#364
  #expire: 0
  #path: "/"
  -sameSite: "lax"
  -secureDefault: true
  #name: "main_deauth_profile_token"
  #value: "9e097b"
  #domain: null
  #secure: null
  #httpOnly: true
  -raw: false
  -partitioned: false
}

Session 8

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

8 Usages
Stateless check enabled
Usage
App\Controller\SecurityController:31
[
  [
    "file" => "/home/ubuntu/work/mossleigh/src/Controller/SecurityController.php"
    "line" => 31
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 188
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/public/index.php"
    "line" => 5
    "args" => [
      "/home/ubuntu/work/mossleigh/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:38
[
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 38
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/src/Controller/SecurityController.php"
    "line" => 34
    "function" => "getLastAuthenticationError"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 188
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/public/index.php"
    "line" => 5
    "args" => [
      "/home/ubuntu/work/mossleigh/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:57
[
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 57
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/src/Controller/SecurityController.php"
    "line" => 37
    "function" => "getLastUsername"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 188
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/public/index.php"
    "line" => 5
    "args" => [
      "/home/ubuntu/work/mossleigh/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 170
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 221
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 209
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 246
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 94
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/public/index.php"
    "line" => 5
    "args" => [
      "/home/ubuntu/work/mossleigh/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 170
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 221
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 209
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 246
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 94
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/public/index.php"
    "line" => 5
    "args" => [
      "/home/ubuntu/work/mossleigh/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 170
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 221
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 209
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 246
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 94
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/public/index.php"
    "line" => 5
    "args" => [
      "/home/ubuntu/work/mossleigh/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 170
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 221
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 209
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 246
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 94
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/public/index.php"
    "line" => 5
    "args" => [
      "/home/ubuntu/work/mossleigh/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 170
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 221
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 209
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 246
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 94
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/ubuntu/work/mossleigh/public/index.php"
    "line" => 5
    "args" => [
      "/home/ubuntu/work/mossleigh/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
"526524sdf@^{qs5d454qsgf547`267s"
APP_SHARE_DIR
"var/share"
CDN_URL
"https://cdn-dev.darksoft-inc.wtf"
DATABASE_URL
"postgresql://symfony:s7mFo2Y~@127.0.0.1:5432/symfony?serverVersion=16&charset=utf8"
DEFAULT_URI
"http://localhost"
MAILER_DSN
"smtp://127.0.0.1:1025"

Defined as regular env variables

Key Value
APP_PROJECT_DIR
"/home/ubuntu/work/mossleigh"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/ubuntu/work/mossleigh"
]
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/home/ubuntu/work/mossleigh/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"dev.darksoft-inc.wtf"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"216.73.216.237"
REMOTE_PORT
"28457"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1785377823
REQUEST_TIME_FLOAT
1785377823.8606
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/home/ubuntu/work/mossleigh/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"54.37.18.166"
SERVER_NAME
"dev.darksoft-inc.wtf"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.24.0"
SYMFONY_DOTENV_PATH
"/home/ubuntu/work/mossleigh/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MAILER_DSN,CDN_URL,APP_DEBUG"
USER
"www-data"

Sub-Requests 1

ErrorController (token = 9e097b)

Key Value
_controller
"error_controller"
_controller_attributes
[]
_stopwatch_token
"c20ea2"
exception
ArgumentCountError {#800
  #message: "Too few arguments to function App\Form\LoginFormType::__construct(), 0 passed in /home/ubuntu/work/mossleigh/var/cache/dev/ContainerJDxM9Sl/getLoginFormTypeService.php on line 25 and exactly 1 expected"
  #code: 0
  #file: "/home/ubuntu/work/mossleigh/src/Form/LoginFormType.php"
  #line: 17
  trace: {
    /home/ubuntu/work/mossleigh/src/Form/LoginFormType.php:17 {
      App\Form\LoginFormType->__construct(TranslatorInterface $trans) …
      › public function __construct(    private readonly TranslatorInterface $trans,) {
    }
    /home/ubuntu/work/mossleigh/var/cache/dev/ContainerJDxM9Sl/getLoginFormTypeService.php:25 {
      ContainerJDxM9Sl\getLoginFormTypeService::do($container, $lazyLoad = true) …
      › 
      ›     return $container->privates['App\\Form\\LoginFormType'] = new \App\Form\LoginFormType();}
    }
    /home/ubuntu/work/mossleigh/var/cache/dev/ContainerJDxM9Sl/App_KernelDevDebugContainer.php:567 {
      ContainerJDxM9Sl\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
      › 
      ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
    }
    /home/ubuntu/work/mossleigh/vendor/symfony/dependency-injection/Container.php:404 {
      Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
      › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
    }
    /home/ubuntu/work/mossleigh/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
      Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
      ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
    }
    /home/ubuntu/work/mossleigh/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:43 {
      Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getType(string $name): FormTypeInterface …
      › 
      ›     return $this->typeContainer->get($name);}
    }
    /home/ubuntu/work/mossleigh/vendor/symfony/form/FormRegistry.php:64 {
      Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
      › if ($extension->hasType($name)) {    $type = $extension->getType($name);    break;
    }
    /home/ubuntu/work/mossleigh/vendor/symfony/form/FormFactory.php:53 {
      Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
      › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
    }
    /home/ubuntu/work/mossleigh/vendor/symfony/form/FormFactory.php:32 {
      Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
      › {    return $this->createBuilder($type, $data, $options)->getForm();}
    }
    /home/ubuntu/work/mossleigh/vendor/symfony/framework-bundle/Controller/AbstractController.php:356 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
      › {    return $this->container->get('form.factory')->create($type, $data, $options);}
    }
    /home/ubuntu/work/mossleigh/src/Controller/SecurityController.php:39 {
      App\Controller\SecurityController->login(Request $request, AuthenticationUtils $authenticationUtils): Response …
      › 
      › $form = $this->createForm(LoginFormType::class, [    '_username' => $lastUsername,
    }
    /home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php:188 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php:79 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type, $controllerMetadata);} catch (\Throwable $e) {
    }
    /home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/Kernel.php:143 {
      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 {
    }
    /home/ubuntu/work/mossleigh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/ubuntu/work/mossleigh/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/ubuntu/work/mossleigh/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/ubuntu/work/mossleigh/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#469
  -records: [
    2 => [
      [
        "timestamp" => 1785377823
        "timestamp_rfc3339" => "2026-07-30T02:17:03.946+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "app_login"
          "route_parameters" => [
            "_route" => "app_login"
            "_controller" => "App\Controller\SecurityController::login"
          ]
          "request_uri" => "https://dev.darksoft-inc.wtf/login"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1785377823
        "timestamp_rfc3339" => "2026-07-30T02:17:03.947+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 2
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1785377823
        "timestamp_rfc3339" => "2026-07-30T02:17:03.947+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1785377823
        "timestamp_rfc3339" => "2026-07-30T02:17:03.947+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1785377823
        "timestamp_rfc3339" => "2026-07-30T02:17:03.947+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1785377823
        "timestamp_rfc3339" => "2026-07-30T02:17:03.947+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1785377823
        "timestamp_rfc3339" => "2026-07-30T02:17:03.959+00:00"
        "message" => "Uncaught PHP Exception ArgumentCountError: "Too few arguments to function App\Form\LoginFormType::__construct(), 0 passed in /home/ubuntu/work/mossleigh/var/cache/dev/ContainerJDxM9Sl/getLoginFormTypeService.php on line 25 and exactly 1 expected" at LoginFormType.php line 17"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => ArgumentCountError {#800
            #message: "Too few arguments to function App\Form\LoginFormType::__construct(), 0 passed in /home/ubuntu/work/mossleigh/var/cache/dev/ContainerJDxM9Sl/getLoginFormTypeService.php on line 25 and exactly 1 expected"
            #code: 0
            #file: "/home/ubuntu/work/mossleigh/src/Form/LoginFormType.php"
            #line: 17
            trace: {
              /home/ubuntu/work/mossleigh/src/Form/LoginFormType.php:17 {
                App\Form\LoginFormType->__construct(TranslatorInterface $trans) …
                › public function __construct(    private readonly TranslatorInterface $trans,) {
              }
              /home/ubuntu/work/mossleigh/var/cache/dev/ContainerJDxM9Sl/getLoginFormTypeService.php:25 {
                ContainerJDxM9Sl\getLoginFormTypeService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['App\\Form\\LoginFormType'] = new \App\Form\LoginFormType();}
              }
              /home/ubuntu/work/mossleigh/var/cache/dev/ContainerJDxM9Sl/App_KernelDevDebugContainer.php:567 {
                ContainerJDxM9Sl\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/ubuntu/work/mossleigh/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /home/ubuntu/work/mossleigh/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /home/ubuntu/work/mossleigh/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:43 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getType(string $name): FormTypeInterface …
                › 
                ›     return $this->typeContainer->get($name);}
              }
              /home/ubuntu/work/mossleigh/vendor/symfony/form/FormRegistry.php:64 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › if ($extension->hasType($name)) {    $type = $extension->getType($name);    break;
              }
              /home/ubuntu/work/mossleigh/vendor/symfony/form/FormFactory.php:53 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /home/ubuntu/work/mossleigh/vendor/symfony/form/FormFactory.php:32 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /home/ubuntu/work/mossleigh/vendor/symfony/framework-bundle/Controller/AbstractController.php:356 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /home/ubuntu/work/mossleigh/src/Controller/SecurityController.php:39 {
                App\Controller\SecurityController->login(Request $request, AuthenticationUtils $authenticationUtils): Response …
                › 
                › $form = $this->createForm(LoginFormType::class, [    '_username' => $lastUsername,
              }
              /home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php:188 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
                › // call controller$response = $controller(...$arguments);}
              /home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/HttpKernel.php:79 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type, $controllerMetadata);} catch (\Throwable $e) {
              }
              /home/ubuntu/work/mossleigh/vendor/symfony/http-kernel/Kernel.php:143 {
                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 {
              }
              /home/ubuntu/work/mossleigh/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/ubuntu/work/mossleigh/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/ubuntu/work/mossleigh/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/ubuntu/work/mossleigh/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#468 …}
}