Error 404 Not Found

GET https://www.pimcore-studio.scope01.com/bundles/pimcoreadmin/img/logo-claim-gray.svg

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
"f7830c"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1407
  #message: "No route found for "GET https://www.pimcore-studio.scope01.com/bundles/pimcoreadmin/img/logo-claim-gray.svg" (from "https://www.pimcore-studio.scope01.com/")"
  #code: 0
  #file: "/home/scouedve/www.scope01.com/pimcore_demo/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 156
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#3510 …}
  -statusCode: 404
  -headers: []
  trace: {
    /home/scouedve/www.scope01.com/pimcore_demo/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) {
    }
    /home/scouedve/www.scope01.com/pimcore_demo/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 {
    }
    /home/scouedve/www.scope01.com/pimcore_demo/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/scouedve/www.scope01.com/pimcore_demo/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);}
    }
    /home/scouedve/www.scope01.com/pimcore_demo/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 {
    }
    /home/scouedve/www.scope01.com/pimcore_demo/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);}
    /home/scouedve/www.scope01.com/pimcore_demo/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) {
    }
    /home/scouedve/www.scope01.com/pimcore_demo/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 {
    }
    /home/scouedve/www.scope01.com/pimcore_demo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/scouedve/www.scope01.com/pimcore_demo/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/scouedve/www.scope01.com/pimcore_demo/public/index.php:16 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/scouedve/www.scope01.com/pimcore_demo/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#119
  -records: [
    "" => [
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.608+00:00"
        "message" => "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#105
            #message: "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
            #code: 0
            #file: "/home/scouedve/www.scope01.com/pimcore_demo/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /home/scouedve/www.scope01.com/pimcore_demo/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /home/scouedve/www.scope01.com/pimcore_demo/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /home/scouedve/www.scope01.com/pimcore_demo/vendor/doctrine/orm/src/Proxy/Autoloader.php:74 {
                Doctrine\ORM\Proxy\Autoloader::register(string $proxyDir, string $proxyNamespace, ?Closure $notFoundCallback = null): Closure …
                › if (PHP_VERSION_ID >= 80400) {    Deprecation::trigger(        'doctrine/orm',
              }
              /home/scouedve/www.scope01.com/pimcore_demo/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php:136 {
                Doctrine\Bundle\DoctrineBundle\DoctrineBundle->boot(): void …
                › 
                ›     $this->autoloader = Autoloader::register($dir, $namespace, $proxyGenerator);}
              }
              /home/scouedve/www.scope01.com/pimcore_demo/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /home/scouedve/www.scope01.com/pimcore_demo/vendor/pimcore/pimcore/lib/Kernel.php:138 {
                Pimcore\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /home/scouedve/www.scope01.com/pimcore_demo/vendor/pimcore/pimcore/lib/Bootstrap.php:257 {
                Pimcore\Bootstrap::kernel(): KernelInterface …
                › Pimcore::setKernel($kernel);$kernel->boot();}
              /home/scouedve/www.scope01.com/pimcore_demo/public/index.php:27 {
                {closure:/home/scouedve/www.scope01.com/pimcore_demo/public/index.php:20} …
                › Bootstrap::bootstrap();$kernel = Bootstrap::kernel();}
              /home/scouedve/www.scope01.com/pimcore_demo/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
                Symfony\Component\Runtime\Resolver\DebugClosureResolver::{closure:Symfony\Component\Runtime\Resolver\DebugClosureResolver::resolve():24} …
                › static function (...$arguments) use ($closure) {    if (\is_object($app = $closure(...$arguments)) || null === $app) {        return $app;
              }
              /home/scouedve/www.scope01.com/pimcore_demo/vendor/autoload_runtime.php:27 {
                require_once …
                › 
                › $app = $app(...$args);}
              /home/scouedve/www.scope01.com/pimcore_demo/public/index.php:16 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/scouedve/www.scope01.com/pimcore_demo/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
    ]
    16 => [
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.610+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "charset" => "UTF8MB4"
            "host" => "localhost"
            "port" => 3306
            "user" => "scouedve"
            "password" => "<redacted>"
            "dbname" => "usrdb_scouedve"
            "idle_connection_ttl" => 600
            "driverOptions" => [
              1002 => "SET sql_mode = '';"
            ]
            "serverVersion" => "8.0.35"
            "defaultTableOptions" => [
              "charset" => "UTF8MB4"
              "engine" => "InnoDB"
              "collate" => "utf8mb4_unicode_520_ci"
            ]
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.610+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 => 1776588031
            2 => "site_domain_eb4e3893f9f0dec2bc140bd4e1388780"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1360
              +name: "INTEGER"
            }
            2 => Doctrine\DBAL\ParameterType {#1369
              +name: "STRING"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.611+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 => 1776588031
            2 => "system\x01tags\x01"
            3 => "site\x01tags\x01"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1360}
            2 => Doctrine\DBAL\ParameterType {#1369}
            3 => Doctrine\DBAL\ParameterType {#1369}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.611+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "site_domain_eb4e3893f9f0dec2bc140bd4e1388780"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.611+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 => 1776588031
            2 => "maintenance_mode"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1360}
            2 => Doctrine\DBAL\ParameterType {#1369}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.612+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "maintenance_mode"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.644+00:00"
        "message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/bundles/pimcoreadmin/img/logo-claim-gray.svg/".""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.644+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 => "/bundles/pimcoreadmin/img/"
            2 => "logo-claim-gray.svg"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1369}
            2 => Doctrine\DBAL\ParameterType {#1369}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.645+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 => "/bundles/pimcoreadmin/img/logo-claim-gray.svg"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1369}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.646+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 => "/bundles/pimcoreadmin/img/"
            2 => "logo-claim-gray.svg"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1369}
            2 => Doctrine\DBAL\ParameterType {#1369}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.646+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 => "/bundles/pimcoreadmin/img/logo-claim-gray.svg"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1369}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.646+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 => "/bundles/pimcoreadmin/"
            2 => "img"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1369}
            2 => Doctrine\DBAL\ParameterType {#1369}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.646+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 => "/bundles/pimcoreadmin/img"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1369}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.646+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 => "/bundles/"
            2 => "pimcoreadmin"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1369}
            2 => Doctrine\DBAL\ParameterType {#1369}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.647+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 => "/bundles/pimcoreadmin"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1369}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.647+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 => "bundles"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1369}
            2 => Doctrine\DBAL\ParameterType {#1369}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.647+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 => "/bundles"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1369}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.647+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 {#1369}
            2 => Doctrine\DBAL\ParameterType {#1369}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.647+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 => 1776588031
            2 => "document_1"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1360}
            2 => Doctrine\DBAL\ParameterType {#1369}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.648+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 => 1776588031
            2 => "document_1\x01tags\x01"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1360}
            2 => Doctrine\DBAL\ParameterType {#1369}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.648+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_1"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.648+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM object_url_slugs WHERE slug = '/bundles/pimcoreadmin/img/logo-claim-gray.svg' AND siteId = 0 ORDER BY siteId DESC LIMIT 1"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.648+00:00"
        "message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.648+00:00"
        "message" => "Router Pimcore\Routing\Element\Router was not able to match, message "No routes found for "/bundles/pimcoreadmin/img/logo-claim-gray.svg".""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.649+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.649+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.649+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.649+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.649+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.649+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.649+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.649+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.649+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.649+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.649+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.651+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.pimcore-studio.scope01.com/bundles/pimcoreadmin/img/logo-claim-gray.svg" (from "https://www.pimcore-studio.scope01.com/")" at RouterListener.php line 156"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1407
            #message: "No route found for "GET https://www.pimcore-studio.scope01.com/bundles/pimcoreadmin/img/logo-claim-gray.svg" (from "https://www.pimcore-studio.scope01.com/")"
            #code: 0
            #file: "/home/scouedve/www.scope01.com/pimcore_demo/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 156
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#3510 …}
            -statusCode: 404
            -headers: []
            trace: {
              /home/scouedve/www.scope01.com/pimcore_demo/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) {
              }
              /home/scouedve/www.scope01.com/pimcore_demo/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 {
              }
              /home/scouedve/www.scope01.com/pimcore_demo/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/scouedve/www.scope01.com/pimcore_demo/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);}
              }
              /home/scouedve/www.scope01.com/pimcore_demo/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 {
              }
              /home/scouedve/www.scope01.com/pimcore_demo/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);}
              /home/scouedve/www.scope01.com/pimcore_demo/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) {
              }
              /home/scouedve/www.scope01.com/pimcore_demo/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 {
              }
              /home/scouedve/www.scope01.com/pimcore_demo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/scouedve/www.scope01.com/pimcore_demo/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/scouedve/www.scope01.com/pimcore_demo/public/index.php:16 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/scouedve/www.scope01.com/pimcore_demo/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+00:00"
        "message" => "Resolved editmode to {editmode}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "editmode" => "false"
          "params" => [
            "param" => false
            "adminRequest" => false
            "user" => false
          ]
        ]
        "channel" => "init"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.719+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.720+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.720+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.720+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.720+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"
      ]
    ]
    3304 => [
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.653+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.664+00:00"
        "message" => "Resolved editmode to {editmode}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "editmode" => "false"
          "params" => [
            "param" => false
            "adminRequest" => false
            "user" => false
          ]
        ]
        "channel" => "init"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.664+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.664+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.664+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.664+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.664+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\StudioBackendBundle\Bundle\ApplicationLogger\EventSubscriber\StudioContextPermissionsSubscriber::addContextPermissions"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.664+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.664+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.664+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.664+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.664+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.664+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.664+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.664+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.664+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.664+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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" => 1776588031
        "timestamp_rfc3339" => "2026-04-19T08:40:31.717+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
    3304 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#118 …}
}

Request Headers

Header Value
accept
"image/heif,image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"
accept-encoding
"identity"
accept-language
"en-US,en;q=0.5"
connection
"close"
host
"www.pimcore-studio.scope01.com"
priority
"u=1, i"
range
"bytes=0-499"
referer
"https://www.pimcore-studio.scope01.com/"
sec-fetch-dest
"image"
sec-fetch-mode
"no-cors"
sec-fetch-site
"same-origin"
user-agent
"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 19 Apr 2026 08:40:31 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fwww.pimcore-studio.scope01.com%2Fbundles%2Fpimcoreadmin%2Fimg%2Flogo-claim-gray.svg%22%20%28from%20%22https%3A%2F%2Fwww.pimcore-studio.scope01.com%2F%22%29"
x-debug-exception-file
"%2Fhome%2Fscouedve%2Fwww.scope01.com%2Fpimcore_demo%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:156"
x-debug-token
"927223"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
DATABASE_URL
"mysql://scouedve:zi!IEnC2JFLI@localhost/usrdb_scouedve"
PIMCORE_DEV_MODE
"false"

Defined as regular env variables

Key Value
APP_PROJECT_DIR
"/home/scouedve/www.scope01.com/pimcore_demo"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/scouedve/www.scope01.com/pimcore_demo"
]
CONTEXT_DOCUMENT_ROOT
"/usr/local/fastcgi-starter/"
CONTEXT_PREFIX
"/fastcgist/"
DOCUMENT_ROOT
"/home/scouedve/www.scope01.com/pimcore_demo/public/"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GROUP
"scouedve"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"3"
H2_STREAM_TAG
"3262482-3-3"
HOME
"/home/scouedve"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"image/heif,image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"identity"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_CONNECTION
"close"
HTTP_HOST
"www.pimcore-studio.scope01.com"
HTTP_PRIORITY
"u=1, i"
HTTP_RANGE
"bytes=0-499"
HTTP_REFERER
"https://www.pimcore-studio.scope01.com/"
HTTP_SEC_FETCH_DEST
"image"
HTTP_SEC_FETCH_MODE
"no-cors"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)"
ORIG_PATH_INFO
"/index.php"
ORIG_PATH_TRANSLATED
"/home/scouedve/www.scope01.com/pimcore_demo/public/index.php"
ORIG_SCRIPT_FILENAME
"/usr/local/fastcgi-starter/php8.5"
ORIG_SCRIPT_NAME
"/fastcgist/php8.5"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_FCGI_MAX_REQUESTS
"0"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"3"
REDIRECT_H2_STREAM_TAG
"3262482-3-3"
REDIRECT_HANDLER
"php-fastcgi8.5"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_H2PUSH
"off"
REDIRECT_REDIRECT_H2_PUSH
"off"
REDIRECT_REDIRECT_H2_PUSHED
""
REDIRECT_REDIRECT_H2_PUSHED_ON
""
REDIRECT_REDIRECT_H2_STREAM_ID
"3"
REDIRECT_REDIRECT_H2_STREAM_TAG
"3262482-3-3"
REDIRECT_REDIRECT_HTTP2
"on"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SSL_TLS_SNI
"www.pimcore-studio.scope01.com"
REDIRECT_REDIRECT_STATIC_PAGE_URI
"/%home"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_SSL_TLS_SNI
"www.pimcore-studio.scope01.com"
REDIRECT_STATIC_PAGE_URI
"/%home"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/index.php"
REMOTE_ADDR
"47.128.21.222"
REMOTE_PORT
"40378"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1776588031
REQUEST_TIME_FLOAT
1776588031.6053
REQUEST_URI
"/bundles/pimcoreadmin/img/logo-claim-gray.svg"
SCRIPT_FILENAME
"/home/scouedve/www.scope01.com/pimcore_demo/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"77.75.254.85"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"www.pimcore-studio.scope01.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"www.pimcore-studio.scope01.com"
SYMFONY_DOTENV_PATH
"/home/scouedve/www.scope01.com/pimcore_demo/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,PIMCORE_DEV_MODE,DATABASE_URL"
USER
"scouedve"

Parent Request

Return to parent request (token = b62ad7)

Key Value
_editmode
false
_pimcore_context
"default"
_pimcore_frontend_request
true
_remove_csp_headers
true
_stopwatch_token
"9e33ee"