OAuthController :: connectGoogle
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _access_control_attributes | [
"PUBLIC_ACCESS"
] |
| _controller | "App\Controller\OAuthController::connectGoogle" |
| _firewall_context | "security.firewall.map.context.main" |
| _route | "connect_google_start" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#569 -supports: false -passport: null -duration: null -stub: "App\Security\LoginFormAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\LoginFormAuthenticator {#487 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#576 -supports: false -passport: null -duration: null -stub: "App\Security\GoogleAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\GoogleAuthenticator {#577 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#568 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#570 …} } ] |
| _stopwatch_token | "9a0665" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, zstd, deflate" |
| connection | "close" |
| host | "dev.legionsalliance.com" |
| user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| x-forwarded-for | "216.73.216.208" |
| x-forwarded-host | "dev.legionsalliance.com" |
| x-php-ob-level | "1" |
| x-real-ip | "216.73.216.208" |
Request Content
Request content not available (it was retrieved as a resource).
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "private, must-revalidate" |
| content-type | "text/html; charset=utf-8" |
| date | "Thu, 11 Jun 2026 09:11:37 GMT" |
| expires | "-1" |
| location | "https://accounts.google.com/o/oauth2/v2/auth?scope=openid%20email%20profile&state=16bdf1ffbc7516163bebe50811473f4f&response_type=code&redirect_uri=https%3A%2F%2Fdev.legionsalliance.com%2Fconnect%2Fgoogle%2Fcheck&client_id=922079224602-c2sgo5v8r2f1tlqf92jb73agii9n97hr.apps.googleusercontent.com" |
| pragma | "no-cache" |
| x-debug-token | "07c81e" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 6
Session Metadata
| Key | Value |
|---|---|
| Created | "Thu, 11 Jun 26 09:11:37 +0000" |
| Last used | "Thu, 11 Jun 26 09:11:37 +0000" |
| Lifetime | 0 |
Session Attributes
| Attribute | Value |
|---|---|
| knpu.oauth2_client_state | "16bdf1ffbc7516163bebe50811473f4f" |
Session Usage
6
Usages
Stateless check enabled
| Usage |
|---|
KnpU\OAuth2ClientBundle\Client\OAuth2Client:71
[
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2Client.php"
"line" => 71
"function" => "set"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/src/Controller/OAuthController.php"
"line" => 15
"function" => "redirect"
"class" => "KnpU\OAuth2ClientBundle\Client\OAuth2Client"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "connectGoogle"
"class" => "App\Controller\OAuthController"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/Kernel.php"
"line" => 191
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/public/index.php"
"line" => 5
"args" => [
"/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 68
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 126
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/Kernel.php"
"line" => 191
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/public/index.php"
"line" => 5
"args" => [
"/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 69
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 126
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/Kernel.php"
"line" => 191
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/public/index.php"
"line" => 5
"args" => [
"/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 70
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 126
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/Kernel.php"
"line" => 191
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/public/index.php"
"line" => 5
"args" => [
"/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 71
"function" => "all"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 126
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/Kernel.php"
"line" => 191
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/public/index.php"
"line" => 5
"args" => [
"/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 72
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 126
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/http-kernel/Kernel.php"
"line" => 191
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/public/index.php"
"line" => 5
"args" => [
"/home/legionsalliance-dev/htdocs/dev.legionsalliance.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_ENV | "dev" |
| APP_SECRET | "dev-legions-alliance-secret" |
| APP_SHARE_DIR | "var/share" |
| DATABASE_URL | "sqlite:///%kernel.project_dir%/var/data_%kernel.environment%.db" |
| DEFAULT_URI | "http://localhost" |
| GOOGLE_CLIENT_ID | "922079224602-c2sgo5v8r2f1tlqf92jb73agii9n97hr.apps.googleusercontent.com" |
| GOOGLE_CLIENT_SECRET | "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" |
| MAILER_DSN | "smtp://127.0.0.1:1025" |
| MAILER_FROM_ADDRESS | "noreply@legions-alliance.local" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_PROJECT_DIR | "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com" ] |
| CONTENT_LENGTH | "" |
| CONTENT_TYPE | "" |
| DOCUMENT_ROOT | "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/public" |
| DOCUMENT_URI | "/index.php" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| GEOIP_CITY | "Oxnard" |
| GEOIP_CITY_CONTINENT_CODE | "NA" |
| GEOIP_CITY_COUNTRY_CODE | "US" |
| GEOIP_CITY_COUNTRY_CODE3 | "USA" |
| GEOIP_CITY_COUNTRY_NAME | "United States" |
| GEOIP_COUNTRY_CODE | "US" |
| GEOIP_COUNTRY_CODE3 | "USA" |
| GEOIP_COUNTRY_NAME | "United States" |
| GEOIP_LATITUDE | "34.1453" |
| GEOIP_LONGITUDE | "-119.1091" |
| GEOIP_POSTAL_CODE | "93033" |
| GEOIP_REGION | "CA" |
| HOME | "/home/legionsalliance-dev" |
| HTTPS | "on" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" |
| HTTP_CONNECTION | "close" |
| HTTP_HOST | "dev.legionsalliance.com" |
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| HTTP_X_FORWARDED_FOR | "216.73.216.208" |
| HTTP_X_FORWARDED_HOST | "dev.legionsalliance.com" |
| HTTP_X_REAL_IP | "216.73.216.208" |
| MGT | "1" |
| PHP_SELF | "/index.php" |
| PHP_VALUE | """ \n error_log=/home/legionsalliance-dev/logs/php/error.log;\n memory_limit=512M;\n max_execution_time=60;\n max_input_time=60;\n max_input_vars=10000;\n post_max_size=64M;\n upload_max_filesize=64M;\n date.timezone=UTC;\n display_errors=off; """ |
| QUERY_STRING | "" |
| REDIRECT_STATUS | "200" |
| REMOTE_ADDR | "216.73.216.208" |
| REMOTE_PORT | "" |
| REQUEST_METHOD | "GET" |
| REQUEST_TIME | 1781169097 |
| REQUEST_TIME_FLOAT | 1781169097.8738 |
| REQUEST_URI | "/connect/google" |
| SCRIPT_FILENAME | "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "127.0.0.1" |
| SERVER_NAME | "dev.legionsalliance.com" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.0" |
| SERVER_SOFTWARE | "nginx/1.21.4" |
| SYMFONY_DOTENV_PATH | "/home/legionsalliance-dev/htdocs/dev.legionsalliance.com/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_FROM_ADDRESS,MAILER_DSN,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET" |
| USER | "legionsalliance-dev" |