Error 406 Not Acceptable

GET https://gzedev.mm-service.pl/.env

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_fos_rest_zone
false
_stopwatch_token
"64b32d"
_sulu
Sulu\Component\Webspace\Analyzer\Attributes\RequestAttributes {#3151
  -attributes: [
    "requestUri" => "/.env"
    "portalInformation" => Sulu\Component\Webspace\PortalInformation {#2166
      -type: 1
      -webspace: Sulu\Component\Webspace\Webspace {#2147
        -name: "gruz"
        -key: "wywoz_gruzu"
        -localizations: [
          Sulu\Component\Localization\Localization {#2148
            -language: "en"
            -country: ""
            -shadow: ""
            -children: []
            -parent: null
            -default: true
            -xDefault: ""
          }
        ]
        -defaultLocalization: Sulu\Component\Localization\Localization {#2148}
        -xDefaultLocalization: null
        -segments: []
        -defaultSegment: null
        -theme: null
        -portals: [
          Sulu\Component\Webspace\Portal {#2153
            -name: "gruz"
            -key: "wywoz_gruzu"
            -localizations: [
              Sulu\Component\Localization\Localization {#2154 …}
            ]
            -defaultLocalization: Sulu\Component\Localization\Localization {#2154 …}
            -xDefaultLocalization: Sulu\Component\Localization\Localization {#2154 …}
            -environments: [
              "prod" => Sulu\Component\Webspace\Environment {#2155
                -type: "prod"
                -urls: [
                  Sulu\Component\Webspace\Url {#2156 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#2156 …}
              }
              "stage" => Sulu\Component\Webspace\Environment {#2157
                -type: "stage"
                -urls: [
                  Sulu\Component\Webspace\Url {#2158 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#2158 …}
              }
              "test" => Sulu\Component\Webspace\Environment {#2159
                -type: "test"
                -urls: [
                  Sulu\Component\Webspace\Url {#2160 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#2160 …}
              }
              "dev" => Sulu\Component\Webspace\Environment {#2161
                -type: "dev"
                -urls: [
                  Sulu\Component\Webspace\Url {#2162 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#2162 …}
              }
            ]
            -webspace: Sulu\Component\Webspace\Webspace {#2147}
          }
        ]
        -security: null
        -navigation: Sulu\Component\Webspace\Navigation {#2150 …}
        -templates: [
          "search" => "search/search"
          "error" => "error/error"
        ]
        -defaultTemplates: [
          "page" => "default"
          "home" => "homepage"
        ]
        -excludedTemplates: []
        -resourceLocatorStrategy: "tree_leaf_edit"
      }
      -portal: Sulu\Component\Webspace\Portal {#2153}
      -localization: Sulu\Component\Localization\Localization {#2148}
      -segment: null
      -url: "gzedev.mm-service.pl"
      -redirect: ""
      -main: true
      -urlExpression: "gzedev.mm-service.pl"
      -priority: 5
    }
    "matchType" => 1
    "portalUrl" => "gzedev.mm-service.pl"
    "webspace" => Sulu\Component\Webspace\Webspace {#2147}
    "portal" => Sulu\Component\Webspace\Portal {#2153}
    "localization" => Sulu\Component\Localization\Localization {#2148}
    "locale" => "en"
    "urlExpression" => "gzedev.mm-service.pl"
    "resourceLocator" => "/"
    "format" => "env"
    "dateTime" => DateTime @1767343538 {#3149
      date: 2026-01-02 08:45:38.490707 UTC (+00:00)
    }
    "host" => "gzedev.mm-service.pl"
    "port" => 443
    "path" => "/.env"
    "scheme" => "https"
  ]
}
exception
Symfony\Component\HttpKernel\Exception\NotAcceptableHttpException {#2938
  #message: "Page does not exist in "env" format."
  #code: 0
  #file: "/var/www/project/gruz-express/builds/staging-3430b5e4fadfb91e73d5aa1dfcb6573b4d6748f3/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php"
  #line: 58
  -statusCode: 406
  -headers: []
  trace: {
    /var/www/project/gruz-express/builds/staging-3430b5e4fadfb91e73d5aa1dfcb6573b4d6748f3/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:58 {
      Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
      › if (!$this->container->get('twig')->getLoader()->exists($viewTemplate)) {    throw new NotAcceptableHttpException(\sprintf('Page does not exist in "%s" format.', $requestFormat));}
    }
    /var/www/project/gruz-express/builds/staging-3430b5e4fadfb91e73d5aa1dfcb6573b4d6748f3/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
      Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
      › {    $response = $this->renderStructure(        $structure,
    }
    /var/www/project/gruz-express/builds/staging-3430b5e4fadfb91e73d5aa1dfcb6573b4d6748f3/vendor/symfony/http-kernel/HttpKernel.php:181 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/project/gruz-express/builds/staging-3430b5e4fadfb91e73d5aa1dfcb6573b4d6748f3/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/project/gruz-express/builds/staging-3430b5e4fadfb91e73d5aa1dfcb6573b4d6748f3/vendor/symfony/http-kernel/Kernel.php:197 {
      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/project/gruz-express/builds/staging-3430b5e4fadfb91e73d5aa1dfcb6573b4d6748f3/public_html/index.php:67 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#403
  -records: [
    13 => [
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\WebsiteBundle\Routing\RequestListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\SecurityBundle\EventListener\SystemListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\LoginListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SecurityListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\HttpCacheBundle\EventListener\Php8AttributesListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\MediaBundle\FileInspector\UploadFileSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerWcp5jQ6\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.490+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotAcceptableHttpException: "Page does not exist in "env" format." at WebsiteController.php line 58"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotAcceptableHttpException {#2938
            #message: "Page does not exist in "env" format."
            #code: 0
            #file: "/var/www/project/gruz-express/builds/staging-3430b5e4fadfb91e73d5aa1dfcb6573b4d6748f3/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php"
            #line: 58
            -statusCode: 406
            -headers: []
            trace: {
              /var/www/project/gruz-express/builds/staging-3430b5e4fadfb91e73d5aa1dfcb6573b4d6748f3/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:58 {
                Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(StructureInterface $structure, $attributes = [], $preview = false, $partial = false) …
                › if (!$this->container->get('twig')->getLoader()->exists($viewTemplate)) {    throw new NotAcceptableHttpException(\sprintf('Page does not exist in "%s" format.', $requestFormat));}
              }
              /var/www/project/gruz-express/builds/staging-3430b5e4fadfb91e73d5aa1dfcb6573b4d6748f3/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33 {
                Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(StructureInterface $structure, $preview = false, $partial = false) …
                › {    $response = $this->renderStructure(        $structure,
              }
              /var/www/project/gruz-express/builds/staging-3430b5e4fadfb91e73d5aa1dfcb6573b4d6748f3/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/project/gruz-express/builds/staging-3430b5e4fadfb91e73d5aa1dfcb6573b4d6748f3/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/project/gruz-express/builds/staging-3430b5e4fadfb91e73d5aa1dfcb6573b4d6748f3/vendor/symfony/http-kernel/Kernel.php:197 {
                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/project/gruz-express/builds/staging-3430b5e4fadfb91e73d5aa1dfcb6573b4d6748f3/public_html/index.php:67 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "FOS\RestBundle\EventListener\ResponseStatusCodeListener::getResponseStatusCodeFromThrowable"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "FOS\HttpCacheBundle\EventListener\InvalidationListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RedirectExceptionSubscriber::redirectPartialMatch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RedirectExceptionSubscriber::redirectTrailingSlashOrHtml"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\HttpCacheBundle\EventListener\CacheControlListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\RestBundle\EventListener\ResponseStatusCodeListener::setResponseStatusCode"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\HttpCacheBundle\EventListener\TagListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber::addVaryHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber::addCookieHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "ContainerWcp5jQ6\TrustedCookieResponseListenerGhost893c645::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\MarkupBundle\Listener\MarkupListener::replaceMarkup"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.529+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    3084 => [
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\WebsiteBundle\Routing\RequestListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\SecurityBundle\EventListener\SystemListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\LoginListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SecurityListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\HttpCacheBundle\EventListener\Php8AttributesListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sulu\Bundle\MediaBundle\FileInspector\UploadFileSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerWcp5jQ6\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.491+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\HttpCacheBundle\EventListener\CacheControlListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\RestBundle\EventListener\ResponseStatusCodeListener::setResponseStatusCode"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "FOS\HttpCacheBundle\EventListener\TagListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventSubscriber\GeneratorEventSubscriber::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber::addVaryHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\SegmentSubscriber::addCookieHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "ContainerWcp5jQ6\TrustedCookieResponseListenerGhost893c645::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\AppendAnalyticsListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sulu\Bundle\MarkupBundle\Listener\MarkupListener::replaceMarkup"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sulu\Bundle\WebsiteBundle\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767343538
        "timestamp_rfc3339" => "2026-01-02T08:45:38.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    13 => 1
    3084 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#402 …}
}

Request Headers

Header Value
accept-charset
"utf-8"
accept-encoding
"gzip"
connection
"close"
host
"gzedev.mm-service.pl"
user-agent
"Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Fri, 02 Jan 2026 08:45:38 GMT"
vary
"Accept"
x-cache-debug
"1"
x-debug-exception
"Page%20does%20not%20exist%20in%20%22env%22%20format."
x-debug-exception-file
"%2Fvar%2Fwww%2Fproject%2Fgruz-express%2Fbuilds%2Fstaging-3430b5e4fadfb91e73d5aa1dfcb6573b4d6748f3%2Fvendor%2Fsulu%2Fsulu%2Fsrc%2FSulu%2FBundle%2FWebsiteBundle%2FController%2FWebsiteController.php:58"
x-debug-token
"2cd65d"
x-generator
"Sulu/2.5.22"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADMIN_EMAIL
"dok@gruzexpress.pl"
ADMIN_LOGIN
"dawid.rejniak@mm-service.pl"
ADMIN_PHONE_NUMBER
"+48601999966"
API_BASE_URL
"https://gzedev.mm-service.pl/"
APP_ENV
"dev"
APP_SECRET
"e349feb03b8a44df3ba31aded9255d6f"
CORS_ALLOW_ORIGIN
"^.*$"
DATABASE_URL
"mysql://gzedev:ExK8EX2MDnT4y9AHwNKuqgarum8z69@mr264878-001.eu.clouddb.ovh.net:35422/gzedev?serverVersion=8.0.27&charset=utf8mb4"
DEV_PASS
"5d96c8e415da70af"
DEV_USERNAME
"gzeprod2"
EMAILLABS_ACCOUNT_ACTIVATED_PARTNER_ADMIN
"9d0aeedc"
EMAILLABS_ACCOUNT_ACTIVATED_PARTNER_ID
"9fe2b839"
EMAILLABS_ACTIVATE_ACCOUNT_TEMPLATE_ID
"5d96c8e4"
EMAILLABS_APP_KEY
"32c762a2bedbf918ee18eeda1558cb2faaa623ab"
EMAILLABS_BASE_URI
"https://api.emaillabs.net.pl/api/"
EMAILLABS_CHANGE_PASSWORD_ID
"2987a1a2"
EMAILLABS_FAKTUROWANIA_FAIL_ID
"6d69fd39"
EMAILLABS_FROM
"dok@gruzexpress.pl"
EMAILLABS_FROM_NAME
"GruzExpressDev"
EMAILLABS_NEW_ORDER_ADMIN_ID
"05cc8201"
EMAILLABS_NEW_ORDER_CUSTOMER_ID
"ef6d135c"
EMAILLABS_NEW_ORDER_PARTNER_ID
"e81fb476"
EMAILLABS_OFFER_PLACED_ID
"d6a5276b"
EMAILLABS_ORDER_CANCELED_ID
"58f1354f"
EMAILLABS_ORDER_CANCELED_PARTNER_ID
"7591e6f5"
EMAILLABS_ORDER_COMPLAINT_ID
"a888db72"
EMAILLABS_ORDER_COMPLAINT_PARTNER_ID
"3f49a035"
EMAILLABS_ORDER_FINISHED_ID
"54ea5800"
EMAILLABS_ORDER_FINISHED_PARTNER_ID
"f2d1c75a"
EMAILLABS_ORDER_FINISH_REMINDER_ID
"1e367ac1"
EMAILLABS_ORDER_GROOZ_TIME_CHANGE_ID
"2d2c7edf"
EMAILLABS_ORDER_GROOZ_TIME_CHANGE_PARTNER_ID
"62cd65e3"
EMAILLABS_ORDER_PROLONGED_ADMIN_ID
"77af4efd"
EMAILLABS_ORDER_PROLONGED_ID
"bc70a8c0"
EMAILLABS_ORDER_PROLONGED_PARTNER_ID
"deeb1ff4"
EMAILLABS_PARTNER_ACTIVE_ID
"576dc45a"
EMAILLABS_PARTNER_INACTIVE_ID
"23e095f8"
EMAILLABS_PAYMENT_FAIL_ID
"36a6df79"
EMAILLABS_REVIEW_ADDED_CUSTOMER_ID
"016011e1"
EMAILLABS_REVIEW_ADDED_PARTNER_ID
"15da70af"
EMAILLABS_SECRET_KEY
"07a41d25296132f84e065618e7ce0959ae015bba"
EMAILLABS_SMTP
"1.mmservice.smtp"
EMAILLABS_WCE_ADV_ID
"1743140a"
FAKTUROWNIA_CATEGORY_ID
"32927"
FAKTUROWNIA_DEPARTAMENT_ID
"1317848"
FAKTUROWNIA_HOST
"mm-service.fakturownia.pl"
FATKUROWNIA_TOKEN
"41Xk1BbwTzlRHDOF3tmh"
JWT_PASSPHRASE
"86a87f8bb2ec4bc86f2f490450b885a9161a8b599073c74664f794834918d49c"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LOCK_DSN
"semaphore"
MASTER_KEY
"57LrsYNQDM"
PANEL_ACTIVATION_PATH
"activate/"
PANEL_BASE_URL
"https://panel.gzedev.mm-service.pl/"
PANEL_REGISTER_PASSWORD_CHANGE
"user/password/change/"
PANEL_REGISTER_USER_ME
"user/me"
PAYU_CLIENT_ID
"475204"
PAYU_CLIENT_SECRET
"18d10c0e7ff38d075287ca97ad5caafc"
PAYU_ENV
"sandbox"
PAYU_POS_ID
"475204"
PAYU_SIGNATURE_KEY
"8fa621e42c5820118d099e327d5acf35"
PUBLIC_DIR
"/public_html"
SERVER_SMS_API_URL
"https://api2.serwersms.pl/"
SERVER_SMS_PASSWORD
"EqSWHPdZu6CAb8yfDr9Uxn"
SERVER_SMS_SENDER
"GruzExpress"
SERVER_SMS_USERNAME
"webapi_grzeprod"
SULU_ADMIN_EMAIL
"daniel.kopka@gmail.com"
UPLOAD_MAX_BYTES
"1048576"
WKHTMLTOIMAGE_PATH
"/usr/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/project/gruz-express/builds/staging-3430b5e4fadfb91e73d5aa1dfcb6573b4d6748f3/public_html"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/mms"
HTTPS
"on"
HTTP_ACCEPT_CHARSET
"utf-8"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_CONNECTION
"close"
HTTP_HOST
"gzedev.mm-service.pl"
HTTP_USER_AGENT
"Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)"
PATH_INFO
""
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"45.82.13.170"
REMOTE_PORT
"54782"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1767343538
REQUEST_TIME_FLOAT
1767343538.1765
REQUEST_URI
"/.env"
SCRIPT_FILENAME
"/var/www/project/gruz-express/builds/staging-3430b5e4fadfb91e73d5aa1dfcb6573b4d6748f3/public_html/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"51.38.133.24"
SERVER_NAME
"gzedev.mm-service.pl"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.22.1"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,PANEL_BASE_URL,PANEL_ACTIVATION_PATH,PANEL_REGISTER_PASSWORD_CHANGE,PANEL_REGISTER_USER_ME,API_BASE_URL,DEV_USERNAME,DEV_PASS,LOCK_DSN,DATABASE_URL,SULU_ADMIN_EMAIL,ADMIN_EMAIL,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,CORS_ALLOW_ORIGIN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,EMAILLABS_APP_KEY,EMAILLABS_SECRET_KEY,EMAILLABS_BASE_URI,EMAILLABS_FROM_NAME,EMAILLABS_FROM,EMAILLABS_SMTP,EMAILLABS_ACTIVATE_ACCOUNT_TEMPLATE_ID,EMAILLABS_OFFER_PLACED_ID,EMAILLABS_NEW_ORDER_CUSTOMER_ID,EMAILLABS_NEW_ORDER_PARTNER_ID,EMAILLABS_NEW_ORDER_ADMIN_ID,EMAILLABS_FAKTUROWANIA_FAIL_ID,EMAILLABS_PAYMENT_FAIL_ID,EMAILLABS_ORDER_PROLONGED_ID,EMAILLABS_ORDER_PROLONGED_PARTNER_ID,EMAILLABS_ORDER_PROLONGED_ADMIN_ID,EMAILLABS_ORDER_FINISH_REMINDER_ID,EMAILLABS_ORDER_FINISHED_ID,EMAILLABS_ORDER_FINISHED_PARTNER_ID,EMAILLABS_REVIEW_ADDED_CUSTOMER_ID,EMAILLABS_REVIEW_ADDED_PARTNER_ID,EMAILLABS_ACCOUNT_ACTIVATED_PARTNER_ID,EMAILLABS_ACCOUNT_ACTIVATED_PARTNER_ADMIN,EMAILLABS_CHANGE_PASSWORD_ID,EMAILLABS_ORDER_CANCELED_ID,EMAILLABS_ORDER_CANCELED_PARTNER_ID,EMAILLABS_ORDER_COMPLAINT_ID,EMAILLABS_ORDER_COMPLAINT_PARTNER_ID,EMAILLABS_ORDER_GROOZ_TIME_CHANGE_ID,EMAILLABS_ORDER_GROOZ_TIME_CHANGE_PARTNER_ID,EMAILLABS_PARTNER_ACTIVE_ID,EMAILLABS_PARTNER_INACTIVE_ID,EMAILLABS_WCE_ADV_ID,SERVER_SMS_USERNAME,SERVER_SMS_PASSWORD,SERVER_SMS_API_URL,SERVER_SMS_SENDER,ADMIN_PHONE_NUMBER,FAKTUROWNIA_HOST,FATKUROWNIA_TOKEN,FAKTUROWNIA_DEPARTAMENT_ID,FAKTUROWNIA_CATEGORY_ID,PAYU_ENV,PAYU_POS_ID,PAYU_SIGNATURE_KEY,PAYU_CLIENT_ID,PAYU_CLIENT_SECRET,UPLOAD_MAX_BYTES,PUBLIC_DIR,MASTER_KEY,ADMIN_LOGIN"
USER
"mms"

Parent Request

Return to parent request (token = dc1ce7)

Key Value
_controller
"App\Controller\Website\HomeController::indexAction"
_fos_rest_zone
false
_remove_csp_headers
true
_route
"homepage_42baf402-627b-46ab-b574-b95a2b462374"
_route_params
[
  "structure" => Sulu\Component\Content\Compat\Structure\PageBridge {#2607
    #structure: Sulu\Component\Content\Metadata\StructureMetadata {#2490 …}
    #inspector: Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector {#489 …}
    -loadedProperties: []
    #locale: null
    -propertyFactory: Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory {#1507 …}
    #document: Sulu\Bundle\PageBundle\Document\HomeDocument {#2406 …}
  }
  "partial" => false
]
_stopwatch_token
"7c21d1"
_sulu
Sulu\Component\Webspace\Analyzer\Attributes\RequestAttributes {#2167
  -attributes: [
    "requestUri" => "/.env"
    "portalInformation" => Sulu\Component\Webspace\PortalInformation {#2166
      -type: 1
      -webspace: Sulu\Component\Webspace\Webspace {#2147
        -name: "gruz"
        -key: "wywoz_gruzu"
        -localizations: [
          Sulu\Component\Localization\Localization {#2148
            -language: "en"
            -country: ""
            -shadow: ""
            -children: []
            -parent: null
            -default: true
            -xDefault: ""
          }
        ]
        -defaultLocalization: Sulu\Component\Localization\Localization {#2148}
        -xDefaultLocalization: null
        -segments: []
        -defaultSegment: null
        -theme: null
        -portals: [
          Sulu\Component\Webspace\Portal {#2153
            -name: "gruz"
            -key: "wywoz_gruzu"
            -localizations: [
              Sulu\Component\Localization\Localization {#2154 …}
            ]
            -defaultLocalization: Sulu\Component\Localization\Localization {#2154 …}
            -xDefaultLocalization: Sulu\Component\Localization\Localization {#2154 …}
            -environments: [
              "prod" => Sulu\Component\Webspace\Environment {#2155
                -type: "prod"
                -urls: [
                  Sulu\Component\Webspace\Url {#2156 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#2156 …}
              }
              "stage" => Sulu\Component\Webspace\Environment {#2157
                -type: "stage"
                -urls: [
                  Sulu\Component\Webspace\Url {#2158 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#2158 …}
              }
              "test" => Sulu\Component\Webspace\Environment {#2159
                -type: "test"
                -urls: [
                  Sulu\Component\Webspace\Url {#2160 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#2160 …}
              }
              "dev" => Sulu\Component\Webspace\Environment {#2161
                -type: "dev"
                -urls: [
                  Sulu\Component\Webspace\Url {#2162 …}
                ]
                -customUrls: []
                -mainUrl: Sulu\Component\Webspace\Url {#2162 …}
              }
            ]
            -webspace: Sulu\Component\Webspace\Webspace {#2147}
          }
        ]
        -security: null
        -navigation: Sulu\Component\Webspace\Navigation {#2150 …}
        -templates: [
          "search" => "search/search"
          "error" => "error/error"
        ]
        -defaultTemplates: [
          "page" => "default"
          "home" => "homepage"
        ]
        -excludedTemplates: []
        -resourceLocatorStrategy: "tree_leaf_edit"
      }
      -portal: Sulu\Component\Webspace\Portal {#2153}
      -localization: Sulu\Component\Localization\Localization {#2148}
      -segment: null
      -url: "gzedev.mm-service.pl"
      -redirect: ""
      -main: true
      -urlExpression: "gzedev.mm-service.pl"
      -priority: 5
    }
    "matchType" => 1
    "portalUrl" => "gzedev.mm-service.pl"
    "webspace" => Sulu\Component\Webspace\Webspace {#2147}
    "portal" => Sulu\Component\Webspace\Portal {#2153}
    "localization" => Sulu\Component\Localization\Localization {#2148}
    "locale" => "en"
    "urlExpression" => "gzedev.mm-service.pl"
    "resourceLocator" => "/"
    "format" => "env"
    "dateTime" => DateTime @1767343538 {#1718
      date: 2026-01-02 08:45:38.194912 UTC (+00:00)
    }
    "host" => "gzedev.mm-service.pl"
    "port" => 443
    "path" => "/.env"
    "scheme" => "https"
  ]
}
partial
false
routeDocument
Symfony\Component\Routing\Route {#2608
  -path: "/.env"
  -host: ""
  -schemes: []
  -methods: []
  -defaults: [
    "_controller" => "App\Controller\Website\HomeController::indexAction"
    "structure" => Sulu\Component\Content\Compat\Structure\PageBridge {#2607
      #structure: Sulu\Component\Content\Metadata\StructureMetadata {#2490 …}
      #inspector: Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector {#489 …}
      -loadedProperties: []
      #locale: null
      -propertyFactory: Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory {#1507 …}
      #document: Sulu\Bundle\PageBundle\Document\HomeDocument {#2406 …}
    }
    "partial" => false
  ]
  -requirements: []
  -options: [
    "compiler_class" => "Symfony\Component\Routing\RouteCompiler"
    "utf8" => true
  ]
  -condition: ""
  -compiled: Symfony\Component\Routing\CompiledRoute {#2612 …}
}
structure
Sulu\Component\Content\Compat\Structure\PageBridge {#2607
  #structure: Sulu\Component\Content\Metadata\StructureMetadata {#2490 …}
  #inspector: Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector {#489 …}
  -loadedProperties: []
  #locale: null
  -propertyFactory: Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory {#1507 …}
  #document: Sulu\Bundle\PageBundle\Document\HomeDocument {#2406 …}
}