Error 500 Internal Server Error

GET https://staging.lineupforecast.com/forgot-password

Forwarded to ErrorController (27feb3)

SecurityController :: forgotPassword

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\SecurityController::forgotPassword"
_controller_attributes
[
  Symfony\Component\Routing\Attribute\Route {#662
    +methods: []
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/forgot-password"
    +name: "app_forgot_password"
    +requirements: []
    +options: []
    +defaults: []
    +host: null
    +condition: null
    +priority: null
  }
]
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_forgot_password"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#587
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\LoginFormAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\LoginFormAuthenticator {#119 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#613
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#589 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#616
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#620 …}
  }
]
_stopwatch_token
"f85aca"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"staging.lineupforecast.com"
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://staging.lineupforecast.com/forgot-password' \
  --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
"Tue, 28 Jul 2026 11:25:00 GMT"
expires
"Tue, 28 Jul 2026 11:25:00 GMT"
set-cookie
[
  "main_deauth_profile_token=27feb3; path=/; secure; httponly; samesite=lax"
  "main_auth_profile_token=deleted; expires=Mon, 28 Jul 2025 11:24:59 GMT; Max-Age=0; path=/; httponly"
]
vary
"Accept"
x-debug-exception
"Impossible%20to%20access%20an%20attribute%20%28%22isAppleLogin%22%29%20on%20a%20null%20variable%20in%20%22security%2Fforgot-password-anonymous.html.twig%22%20at%20line%2023."
x-debug-exception-file
"%2Fvar%2Fwww%2Flineup-staging%2Ftemplates%2Fsecurity%2Fforgot-password-anonymous.html.twig:23"
x-debug-token
"0211e3"
x-debug-token-link
"https://staging.lineupforecast.com/_profiler/27feb3"
x-previous-debug-token
"27feb3"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

Key Value
main_auth_profile_token
Symfony\Component\HttpFoundation\Cookie {#1289
  #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 {#1281
  #expire: 0
  #path: "/"
  -sameSite: "lax"
  -secureDefault: true
  #name: "main_deauth_profile_token"
  #value: "27feb3"
  #domain: null
  #secure: null
  #httpOnly: true
  -raw: false
  -partitioned: false
}

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:39
[
  [
    "file" => "/var/www/lineup-staging/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/lineup-staging/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 388
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/lineup-staging/src/Controller/SecurityController.php"
    "line" => 174
    "function" => "getUser"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/lineup-staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 188
    "function" => "forgotPassword"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/lineup-staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/lineup-staging/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/lineup-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/lineup-staging/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/lineup-staging/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/lineup-staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
AEMET_API_KEY
"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJmZWVsdGhldHJpcEBnbWFpbC5jb20iLCJqdGkiOiJmMDg1MWIxZS04NDdlLTRlZjctOTM3Ni1mM2I1YzA2OGQyMTciLCJpc3MiOiJBRU1FVCIsImlhdCI6MTc2ODE0NjQ3MCwidXNlcklkIjoiZjA4NTFiMWUtODQ3ZS00ZWY3LTkzNzYtZjNiNWMwNjhkMjE3Iiwicm9sZSI6IiJ9.gswTjSnXIJ0RZLB9WxSsAhVDh-uZNZWWtujwzG_78mc"
AMPLITUDE_APIKEY
"64bc90a9c99e65cc4e560ee84af01b95"
AMPLITUDE_SECRET
"45428cb43a860bf48c1827742cb78e68"
APPLE_CLIENT_ID
"com.lineupforecast"
APPLE_KEY_ID
"8RV3S7FYX3"
APPLE_PRIVATE_KEY_PATH
"%kernel.project_dir%/config/jwt/apple/AuthKey_8RV3S7FYX3_Apple_Login_Key.p8"
APPLE_TEAM_ID
"W394572N87"
APP_ENABLE_WINTER_HOURLY_SHIFT
"true"
APP_ENV
"dev"
APP_FORCE_UPDATE
"true"
APP_KEY
"Xt7mK9pL3wQf!!"
APP_RESTRICT_ACCESS
"false"
APP_SECRET
"3b3a5c19a76a8b8acd2801e419f4ef31"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysql://lineup_worker:gihhug-mEtnuv-qoshu3@100.86.56.114:3306/lineup"
EMAIL_ERROR_NOTIFICATION_ENABLED
"true"
EUSKALMET_EMAIL
"feelthetrip@gmail.com"
EUSKALMET_ISSUER
"lineup"
EUSKALMET_LOGIN_ID
"1d0d4f31b12ba1d481222e9c7d189276b9f101afc890b35cdb0b58bfd305a23e"
EUSKALMET_PRIVATE_KEY_PATH
"%kernel.project_dir%/config/jwt/euskalmet/privateKey.pem"
GOOGLE_CLIENT_ID
"851248429448-98h6vht9j00f9h1or92ljnmg2ht45uf0.apps.googleusercontent.com"
GOOGLE_RECAPTCHA_SECRET
"6LfkUDIqAAAAAIy9MXncWBsaZViBWz6X-LLvs_Sj"
GOOGLE_RECAPTCHA_SITE_KEY
"6LfkUDIqAAAAAKzLNwJr0-pSCjEeuiGBPl43_kwU"
JWT_EXPIRATION
"3600"
JWT_PASSPHRASE
"lineupforecast"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET
"lineup_jwt_secret_key_2024_secure_implementation"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"ses://AKIA2TKE7C3KRHWAI3ON:7IVOQjcR90Em5hdVmFYAAgjrlVt4TW5sizN%2Fh5kp@default?region=eu-west-1"
OAUTH_ENCRYPTION_KEY
"7da19bbd340089b148259010a540e80a"
OAUTH_PASSPHRASE
"478f2d634e5f604ab5bf235d7aaddeed"
OAUTH_PRIVATE_KEY
"%kernel.project_dir%/config/jwt/private.pem"
OAUTH_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
ONESIGNAL_API_KEY
"ZjliNDE2NjItZjc5My00ZjQ1LWJkOTItNWZhNTZjOWJjZWFi"
ONESIGNAL_APP_ID
"1595f8d0-94d6-431c-9973-ee876d5e1e47"
RECAPTCHA3_KEY
"6LfkUDIqAAAAAKzLNwJr0-pSCjEeuiGBPl43_kwU"
RECAPTCHA3_SECRET
"6LfkUDIqAAAAAIy9MXncWBsaZViBWz6X-LLvs_Sj"
REDIS_URL
"redis://100.86.56.114:6379"
SEGMENT_APIKEY
"79NFEoyRwDaJUQVTV0t0NNitxlKHHTxz"
SENDY_API_KEY
"trsjjl36kWvC1z8KNuFJ"
SENDY_BASE_URL
"https://sendy.findremix.com"
SENDY_USERS_LIST_ID
"1VgT1763264IyCDEZPFiOrsw"
SENDY_USERS_LIST_ID_EN
"B9uojPpX46hche8927jtYmqg"
SENDY_USERS_LIST_ID_ES
"1VgT1763264IyCDEZPFiOrsw"
SENDY_USERS_LIST_ID_FR
"2MMpuZRYFc2wkIDZQmcz2Q"
SENDY_USERS_LIST_ID_IT
"Z892Y763rXdboiUMxtnCgc1Gyw"
SENDY_USERS_LIST_ID_PT
"DWRn6I7g03D9fITnEfWf5Q"
SESSION_COOKIE_DOMAIN
".lineupforecast.com"
SPOT_DETAIL_CACHE_ENABLED
"true"
TIDE_API_BASE_URL
"http://127.0.0.1:8001/api/v1"
TIDE_PROVIDER
"tdm"
TRACKING_SERVICE
"amplitude"
WEATHERKIT_KEY_ID
"T3J8S7CJDV"
WEATHERKIT_PRIVATE_KEY
"%kernel.project_dir%/config/jwt/apple/AuthKey_T3J8S7CJDV_WeatherKit.p8"
WEATHERKIT_SERVICE_NAME
"com.lineupforecast.weatherkitapp"
WEATHERKIT_TEAM_ID
"W394572N87"
WORLDTIDES_API_KEY
"785d6523-7a63-4805-a4d2-05bdecf2a582"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/var/www/lineup-staging"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/lineup-staging"
]
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/lineup-staging/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
"staging.lineupforecast.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PHP_SELF
"/index.php"
PHP_VALUE
"""
display_errors=On\n
error_reporting=E_ALL
"""
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"216.73.216.190"
REMOTE_PORT
"26968"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1785237900
REQUEST_TIME_FLOAT
1785237900.4601
REQUEST_URI
"/forgot-password"
SCRIPT_FILENAME
"/var/www/lineup-staging/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.233.98.24"
SERVER_NAME
"staging.lineupforecast.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.24.0"
SYMFONY_DOTENV_PATH
"/var/www/lineup-staging/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_FORCE_UPDATE,SESSION_COOKIE_DOMAIN,DATABASE_URL,SEGMENT_APIKEY,MAILER_DSN,SENDY_BASE_URL,SENDY_API_KEY,SENDY_USERS_LIST_ID,SENDY_USERS_LIST_ID_ES,SENDY_USERS_LIST_ID_EN,SENDY_USERS_LIST_ID_FR,SENDY_USERS_LIST_ID_IT,SENDY_USERS_LIST_ID_PT,CORS_ALLOW_ORIGIN,OAUTH_PRIVATE_KEY,OAUTH_PUBLIC_KEY,OAUTH_PASSPHRASE,OAUTH_ENCRYPTION_KEY,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET,RECAPTCHA3_KEY,RECAPTCHA3_SECRET,AMPLITUDE_APIKEY,AMPLITUDE_SECRET,APP_KEY,APP_RESTRICT_ACCESS,EMAIL_ERROR_NOTIFICATION_ENABLED,APPLE_CLIENT_ID,APPLE_TEAM_ID,APPLE_KEY_ID,APPLE_PRIVATE_KEY_PATH,GOOGLE_CLIENT_ID,WEATHERKIT_KEY_ID,WEATHERKIT_TEAM_ID,WEATHERKIT_SERVICE_NAME,WEATHERKIT_PRIVATE_KEY,WORLDTIDES_API_KEY,ONESIGNAL_API_KEY,ONESIGNAL_APP_ID,TRACKING_SERVICE,JWT_SECRET,JWT_EXPIRATION,REDIS_URL,SPOT_DETAIL_CACHE_ENABLED,APP_ENABLE_WINTER_HOURLY_SHIFT,EUSKALMET_PRIVATE_KEY_PATH,EUSKALMET_ISSUER,EUSKALMET_EMAIL,EUSKALMET_LOGIN_ID,AEMET_API_KEY,TIDE_PROVIDER,TIDE_API_BASE_URL"
USER
"www-data"

Sub-Requests 1

ErrorController (token = 27feb3)

Key Value
_controller
"error_controller"
_controller_attributes
[]
_stopwatch_token
"278379"
exception
Twig\Error\RuntimeError {#956
  #message: "Impossible to access an attribute ("isAppleLogin") on a null variable in "security/forgot-password-anonymous.html.twig" at line 23."
  #code: 0
  #file: "/var/www/lineup-staging/templates/security/forgot-password-anonymous.html.twig"
  #line: 23
  -lineno: 23
  -rawMessage: "Impossible to access an attribute ("isAppleLogin") on a null variable."
  -source: Twig\Source {#842 …}
  -phpFile: "/var/www/lineup-staging/vendor/twig/twig/src/Extension/CoreExtension.php"
  -phpLine: 1752
  trace: {
    /var/www/lineup-staging/templates/security/forgot-password-anonymous.html.twig:23 {
      Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      › </div>{% if app.user.isAppleLogin or app.user.isGoogleLogin %}    <div class="alert alert-warning">
    }
    /var/www/lineup-staging/templates/security/forgot-password-anonymous.html.twig:23 {
      __TwigTemplate_fc6f4d5f9339add54e230ab8212b553d->block_body(array $context, array $blocks = []): iterable …
      › </div>{% if app.user.isAppleLogin or app.user.isGoogleLogin %}    <div class="alert alert-warning">
    }
    /var/www/lineup-staging/vendor/twig/twig/src/Template.php:456 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
      ›     $template->ensureSecurityChecked();    yield from $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/lineup-staging/templates/base.html.twig:104 {
      __TwigTemplate_2a08d965ff5d4d37549ab22d77e541ea->doDisplay(array $context, array $blocks = []): iterable …
      › 
      › {% block body %}{% endblock %}}
    /var/www/lineup-staging/vendor/twig/twig/src/Template.php:411 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      ›     $this->ensureSecurityChecked();    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/lineup-staging/var/cache/dev/twig/ff/ffd74940b6eb80fed4e83b86549a8db0.php:58 {
      __TwigTemplate_fc6f4d5f9339add54e230ab8212b553d->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->load("base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
    /var/www/lineup-staging/vendor/twig/twig/src/Template.php:411 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      ›     $this->ensureSecurityChecked();    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/lineup-staging/vendor/twig/twig/src/Template.php:366 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
    }
    /var/www/lineup-staging/vendor/twig/twig/src/Template.php:381 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /var/www/lineup-staging/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /var/www/lineup-staging/vendor/twig/twig/src/Environment.php:333 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /var/www/lineup-staging/vendor/symfony/framework-bundle/Controller/AbstractController.php:472 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /var/www/lineup-staging/vendor/symfony/framework-bundle/Controller/AbstractController.php:477 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
      › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
    }
    /var/www/lineup-staging/vendor/symfony/framework-bundle/Controller/AbstractController.php:281 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
    }
    /var/www/lineup-staging/src/Controller/SecurityController.php:182 {
      App\Controller\SecurityController->forgotPassword(Request $request, EntityManagerInterface $em, MailerInterface $mailer): Response …
      › } else {    return $this->render('security/forgot-password-anonymous.html.twig', [        'form' => $form->createView(),
    }
    /var/www/lineup-staging/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);}
    /var/www/lineup-staging/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) {
    }
    /var/www/lineup-staging/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 {
    }
    /var/www/lineup-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/lineup-staging/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/lineup-staging/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/lineup-staging/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#396
  -records: [
    2 => [
      [
        "timestamp" => 1785237900
        "timestamp_rfc3339" => "2026-07-28T11:25:00.480+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "app_forgot_password"
          "route_parameters" => [
            "_route" => "app_forgot_password"
            "_controller" => "App\Controller\SecurityController::forgotPassword"
          ]
          "request_uri" => "https://staging.lineupforecast.com/forgot-password"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1785237900
        "timestamp_rfc3339" => "2026-07-28T11:25:00.483+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 3
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1785237900
        "timestamp_rfc3339" => "2026-07-28T11:25:00.483+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" => 1785237900
        "timestamp_rfc3339" => "2026-07-28T11:25:00.483+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" => 1785237900
        "timestamp_rfc3339" => "2026-07-28T11:25:00.483+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" => 1785237900
        "timestamp_rfc3339" => "2026-07-28T11:25:00.483+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" => 1785237900
        "timestamp_rfc3339" => "2026-07-28T11:25:00.483+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" => 1785237900
        "timestamp_rfc3339" => "2026-07-28T11:25:00.483+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" => 1785237900
        "timestamp_rfc3339" => "2026-07-28T11:25:00.548+00:00"
        "message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("isAppleLogin") on a null variable in "security/forgot-password-anonymous.html.twig" at line 23." at forgot-password-anonymous.html.twig line 23"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Twig\Error\RuntimeError {#956
            #message: "Impossible to access an attribute ("isAppleLogin") on a null variable in "security/forgot-password-anonymous.html.twig" at line 23."
            #code: 0
            #file: "/var/www/lineup-staging/templates/security/forgot-password-anonymous.html.twig"
            #line: 23
            -lineno: 23
            -rawMessage: "Impossible to access an attribute ("isAppleLogin") on a null variable."
            -source: Twig\Source {#842 …}
            -phpFile: "/var/www/lineup-staging/vendor/twig/twig/src/Extension/CoreExtension.php"
            -phpLine: 1752
            trace: {
              /var/www/lineup-staging/templates/security/forgot-password-anonymous.html.twig:23 {
                Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
                › </div>{% if app.user.isAppleLogin or app.user.isGoogleLogin %}    <div class="alert alert-warning">
              }
              /var/www/lineup-staging/templates/security/forgot-password-anonymous.html.twig:23 {
                __TwigTemplate_fc6f4d5f9339add54e230ab8212b553d->block_body(array $context, array $blocks = []): iterable …
                › </div>{% if app.user.isAppleLogin or app.user.isGoogleLogin %}    <div class="alert alert-warning">
              }
              /var/www/lineup-staging/vendor/twig/twig/src/Template.php:456 {
                Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
                ›     $template->ensureSecurityChecked();    yield from $template->$block($context, $blocks);} catch (Error $e) {
              }
              /var/www/lineup-staging/templates/base.html.twig:104 {
                __TwigTemplate_2a08d965ff5d4d37549ab22d77e541ea->doDisplay(array $context, array $blocks = []): iterable …
                › 
                › {% block body %}{% endblock %}}
              /var/www/lineup-staging/vendor/twig/twig/src/Template.php:411 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                ›     $this->ensureSecurityChecked();    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/lineup-staging/var/cache/dev/twig/ff/ffd74940b6eb80fed4e83b86549a8db0.php:58 {
                __TwigTemplate_fc6f4d5f9339add54e230ab8212b553d->doDisplay(array $context, array $blocks = []): iterable …
                › $this->parent = $this->load("base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
              /var/www/lineup-staging/vendor/twig/twig/src/Template.php:411 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                ›     $this->ensureSecurityChecked();    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/lineup-staging/vendor/twig/twig/src/Template.php:366 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
              }
              /var/www/lineup-staging/vendor/twig/twig/src/Template.php:381 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /var/www/lineup-staging/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/www/lineup-staging/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /var/www/lineup-staging/vendor/symfony/framework-bundle/Controller/AbstractController.php:472 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/lineup-staging/vendor/symfony/framework-bundle/Controller/AbstractController.php:477 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/lineup-staging/vendor/symfony/framework-bundle/Controller/AbstractController.php:281 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/lineup-staging/src/Controller/SecurityController.php:182 {
                App\Controller\SecurityController->forgotPassword(Request $request, EntityManagerInterface $em, MailerInterface $mailer): Response …
                › } else {    return $this->render('security/forgot-password-anonymous.html.twig', [        'form' => $form->createView(),
              }
              /var/www/lineup-staging/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);}
              /var/www/lineup-staging/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) {
              }
              /var/www/lineup-staging/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 {
              }
              /var/www/lineup-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/lineup-staging/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/lineup-staging/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/lineup-staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#395 …}
}