Error 404 Not Found

GET https://santini.byfactory.dev/studio-ui

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_editmode
false
_pimcore_context
"default"
_stopwatch_token
"01b938"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1516
  #message: "No route found for "GET https://santini.byfactory.dev/studio-ui""
  #code: 0
  #file: "/var/www/webovi/santini/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 156
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#3639 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/webovi/santini/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/webovi/santini/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/webovi/santini/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/webovi/santini/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/webovi/santini/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/webovi/santini/vendor/symfony/http-kernel/HttpKernel.php:159 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/webovi/santini/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/webovi/santini/vendor/symfony/http-kernel/Kernel.php:193 {
      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/webovi/santini/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/webovi/santini/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/webovi/santini/public/index.php:16 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/webovi/santini/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#122
  -records: [
    "" => [
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.571+00:00"
        "message" => "User Deprecated: Since pimcore/simple-backend-search-bundle 12.3: The SimpleBackendSearchBundle is deprecated and will be discontinued with Pimcore Studio."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#29
            #message: "User Deprecated: Since pimcore/simple-backend-search-bundle 12.3: The SimpleBackendSearchBundle is deprecated and will be discontinued with Pimcore Studio."
            #code: 0
            #file: "/var/www/webovi/santini/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/src/PimcoreSimpleBackendSearchBundle.php"
            #line: 31
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/webovi/santini/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/src/PimcoreSimpleBackendSearchBundle.php:31 {
                Pimcore\Bundle\SimpleBackendSearchBundle\PimcoreSimpleBackendSearchBundle->__construct() …
                › {    trigger_deprecation(        'pimcore/simple-backend-search-bundle',
              }
              /var/www/webovi/santini/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:157 {
                Pimcore\Kernel->microKernelRegisterBundles(): iterable …
                › if ($envs[$this->environment] ?? $envs['all'] ?? false) {    yield new $class();}
              }
              /var/www/webovi/santini/vendor/pimcore/pimcore/lib/Kernel.php:186 {
                Pimcore\Kernel->registerBundles(): array …
                › if (is_file($this->getBundlesPath())) {    foreach ($this->microKernelRegisterBundles() as $flexBundle) {        $collection->addBundle($flexBundle);
              }
              /var/www/webovi/santini/vendor/symfony/http-kernel/Kernel.php:356 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /var/www/webovi/santini/vendor/symfony/http-kernel/Kernel.php:761 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › 
                › $this->initializeBundles();$this->initializeContainer();
              }
              /var/www/webovi/santini/vendor/symfony/http-kernel/Kernel.php:122 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                › if (!$this->container) {    $this->preBoot();}
              }
              /var/www/webovi/santini/vendor/pimcore/pimcore/lib/Kernel.php:138 {
                Pimcore\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/webovi/santini/vendor/pimcore/pimcore/lib/Bootstrap.php:257 {
                Pimcore\Bootstrap::kernel(): KernelInterface …
                › Pimcore::setKernel($kernel);$kernel->boot();}
              /var/www/webovi/santini/public/index.php:27 {
                {closure} …
                › Bootstrap::bootstrap();$kernel = Bootstrap::kernel();}
              /var/www/webovi/santini/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
                Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
                › static function (...$arguments) use ($closure) {    if (\is_object($app = $closure(...$arguments)) || null === $app) {        return $app;
              }
              /var/www/webovi/santini/vendor/autoload_runtime.php:27 {
                require_once …
                › 
                › $app = $app(...$args);}
              /var/www/webovi/santini/public/index.php:16 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/webovi/santini/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.571+00:00"
        "message" => "User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#78
            #message: "User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio."
            #code: 0
            #file: "/var/www/webovi/santini/vendor/pimcore/admin-ui-classic-bundle/src/PimcoreAdminBundle.php"
            #line: 40
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/webovi/santini/vendor/pimcore/admin-ui-classic-bundle/src/PimcoreAdminBundle.php:40 {
                Pimcore\Bundle\AdminBundle\PimcoreAdminBundle->__construct() …
                › {    trigger_deprecation(        'pimcore/admin-ui-classic-bundle',
              }
              /var/www/webovi/santini/src/Kernel.php:29 {
                App\Kernel->registerBundlesToCollection(BundleCollection $collection): void …
                › if (class_exists(PimcoreAdminBundle::class)) {    $collection->addBundle(new PimcoreAdminBundle(), 60);}
              }
              /var/www/webovi/santini/vendor/pimcore/pimcore/lib/Kernel.php:195 {
                Pimcore\Kernel->registerBundles(): array …
                › // custom bundles$this->registerBundlesToCollection($collection);}
              /var/www/webovi/santini/vendor/symfony/http-kernel/Kernel.php:356 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /var/www/webovi/santini/vendor/symfony/http-kernel/Kernel.php:761 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › 
                › $this->initializeBundles();$this->initializeContainer();
              }
              /var/www/webovi/santini/vendor/symfony/http-kernel/Kernel.php:122 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                › if (!$this->container) {    $this->preBoot();}
              }
              /var/www/webovi/santini/vendor/pimcore/pimcore/lib/Kernel.php:138 {
                Pimcore\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/webovi/santini/vendor/pimcore/pimcore/lib/Bootstrap.php:257 {
                Pimcore\Bootstrap::kernel(): KernelInterface …
                › Pimcore::setKernel($kernel);$kernel->boot();}
              /var/www/webovi/santini/public/index.php:27 {
                {closure} …
                › Bootstrap::bootstrap();$kernel = Bootstrap::kernel();}
              /var/www/webovi/santini/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
                Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
                › static function (...$arguments) use ($closure) {    if (\is_object($app = $closure(...$arguments)) || null === $app) {        return $app;
              }
              /var/www/webovi/santini/vendor/autoload_runtime.php:27 {
                require_once …
                › 
                › $app = $app(...$args);}
              /var/www/webovi/santini/public/index.php:16 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/webovi/santini/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.571+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "pimcore.system.configuration.get"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener::updateSystemConfiguration"
        ]
        "channel" => "event"
      ]
    ]
    16 => [
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.576+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "charset" => "UTF8MB4"
            "host" => "10.11.12.3"
            "port" => 3306
            "user" => "santini"
            "password" => "<redacted>"
            "dbname" => "santini"
            "idle_connection_ttl" => 600
            "driverOptions" => [
              1002 => "SET sql_mode = '';"
            ]
            "serverVersion" => "8.0.36-cluster"
            "defaultTableOptions" => [
              "charset" => "UTF8MB4"
              "engine" => "InnoDB"
              "collate" => "utf8mb4_unicode_520_ci"
            ]
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.577+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1773935317
            2 => "site_domain_65d439803d79b11e5a61a3711ace329c"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1460
              +name: "INTEGER"
            }
            2 => Doctrine\DBAL\ParameterType {#1473
              +name: "STRING"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.578+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)"
          "params" => [
            1 => 1773935317
            2 => "system\x01tags\x01"
            3 => "site\x01tags\x01"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1460}
            2 => Doctrine\DBAL\ParameterType {#1473}
            3 => Doctrine\DBAL\ParameterType {#1473}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.578+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "site_domain_65d439803d79b11e5a61a3711ace329c"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.579+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1773935317
            2 => "maintenance_mode"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1460}
            2 => Doctrine\DBAL\ParameterType {#1473}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.579+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "maintenance_mode"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.621+00:00"
        "message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/studio-ui/".""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.621+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
          "params" => [
            1 => "/"
            2 => "studio-ui"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1473}
            2 => Doctrine\DBAL\ParameterType {#1473}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.622+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
          "params" => [
            1 => "/studio-ui"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1473}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.622+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
          "params" => [
            1 => "/"
            2 => "studio-ui"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1473}
            2 => Doctrine\DBAL\ParameterType {#1473}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.623+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
          "params" => [
            1 => "/studio-ui"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1473}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.623+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
          "params" => [
            1 => "/"
            2 => ""
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1473}
            2 => Doctrine\DBAL\ParameterType {#1473}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.623+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1773935317
            2 => "document_1"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1460}
            2 => Doctrine\DBAL\ParameterType {#1473}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.623+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1773935317
            2 => "document_1\x01tags\x01"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1460}
            2 => Doctrine\DBAL\ParameterType {#1473}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.624+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_1"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.624+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM object_url_slugs WHERE slug = '/studio-ui' AND siteId = 0 ORDER BY siteId DESC LIMIT 1"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.625+00:00"
        "message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.625+00:00"
        "message" => "Router Pimcore\Routing\Element\Router was not able to match, message "No routes found for "/studio-ui".""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.625+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.625+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.625+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.625+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.625+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.625+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.625+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.625+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.625+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.625+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.625+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.625+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.625+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.630+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://santini.byfactory.dev/studio-ui"" at RouterListener.php line 156"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1516
            #message: "No route found for "GET https://santini.byfactory.dev/studio-ui""
            #code: 0
            #file: "/var/www/webovi/santini/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 156
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#3639 …}
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/webovi/santini/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
              }
              /var/www/webovi/santini/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/webovi/santini/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/webovi/santini/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/webovi/santini/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/webovi/santini/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/webovi/santini/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/webovi/santini/vendor/symfony/http-kernel/Kernel.php:193 {
                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/webovi/santini/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/webovi/santini/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/webovi/santini/public/index.php:16 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/webovi/santini/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\ApiExceptionSubscriber::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Resolved editmode to {editmode}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "editmode" => "false"
          "params" => [
            "param" => false
            "adminRequest" => false
            "user" => false
          ]
        ]
        "channel" => "init"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\StudioUiBundle\EventSubscriber\EditmodeSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\StudioUiBundle\EventSubscriber\Csp\CspHeaderSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.674+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"
      ]
    ]
    3439 => [
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.631+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.632+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.632+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.632+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.632+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.632+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.632+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.632+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\ApiContextSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.632+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\StudioUiBundle\EventSubscriber\EditmodeSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.632+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.632+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.632+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.632+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.632+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.633+00:00"
        "message" => "Resolved editmode to {editmode}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "editmode" => "false"
          "params" => [
            "param" => false
            "adminRequest" => false
            "user" => false
          ]
        ]
        "channel" => "init"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.633+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.633+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.633+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.633+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.633+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\StudioBackendBundle\Bundle\CustomReport\EventSubscriber\StudioContextPermissionsSubscriber::addContextPermissions"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.633+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.633+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.634+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.634+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.634+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.634+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.634+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.634+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerPgecgIQ\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.634+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\StudioUiBundle\EventSubscriber\EditmodeSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\StudioUiBundle\EventSubscriber\Csp\CspHeaderSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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" => 1773935317
        "timestamp_rfc3339" => "2026-03-19T15:48:37.670+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: [
    "" => 0
    16 => 1
    3439 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#121 …}
}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"en-US,en;q=0.9,hr;q=0.8"
connection
"close"
cookie
"pimcore_admin_auth_profile_token=4a150c; PHPSESSID=lfdth0sq9em7fpmqgdtdkq14on"
host
"santini.byfactory.dev"
sec-ch-ua
""Chromium";v="146", "Not-A.Brand";v="24", "Google Chrome";v="146""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"none"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36"
x-forwarded-for
"176.61.152.57"
x-forwarded-proto
"https"
x-php-ob-level
"1"
x-real-ip
"176.61.152.57"

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
"Thu, 19 Mar 2026 15:48:37 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fsantini.byfactory.dev%2Fstudio-ui%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fwebovi%2Fsantini%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:156"
x-debug-token
"e4c98c"

Cookies

Request Cookies

Key Value
PHPSESSID
"lfdth0sq9em7fpmqgdtdkq14on"
pimcore_admin_auth_profile_token
"4a150c"

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
APP_DEBUG
"1"
APP_ENV
"dev"
PIMCORE_DEV_MODE
"false"

Defined as regular env variables

Key Value
APP_PROJECT_DIR
"/var/www/webovi/santini"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/webovi/santini"
]
CONTEXT_DOCUMENT_ROOT
"/var/www/webovi/santini/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/webovi/santini/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.9,hr;q=0.8"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"pimcore_admin_auth_profile_token=4a150c; PHPSESSID=lfdth0sq9em7fpmqgdtdkq14on"
HTTP_HOST
"santini.byfactory.dev"
HTTP_SEC_CH_UA
""Chromium";v="146", "Not-A.Brand";v="24", "Google Chrome";v="146""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"none"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"176.61.152.57"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_REAL_IP
"176.61.152.57"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_STATIC_PAGE_URI
"/%home"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/studio-ui"
REDIRECT_proxy-initial-not-pooled
"1"
REDIRECT_proxy-nokeepalive
"1"
REMOTE_ADDR
"10.11.12.1"
REMOTE_PORT
"34808"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1773935317
REQUEST_TIME_FLOAT
1773935317.5256
REQUEST_URI
"/studio-ui"
SCRIPT_FILENAME
"/var/www/webovi/santini/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.11.12.4"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"santini.byfactory.dev"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
STATIC_PAGE_URI
"/%home"
SYMFONY_DOTENV_PATH
"/var/www/webovi/santini/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,PIMCORE_DEV_MODE"
USER
"www-data"
proxy-initial-not-pooled
"1"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 5fd345)

Key Value
_editmode
false
_pimcore_context
"default"
_pimcore_frontend_request
true
_remove_csp_headers
true
_stopwatch_token
"22f9cf"