Error 404 Not Found

GET https://sandbox.klimapro.at/api/search_actions/0

Forwarded to PlaceholderAction (1636b2)

Serializer

1 Handled
10.16 ms Total time

serialize 1

Data Context Normalizer Encoder Time Caller
ApiPlatform\State\ApiResource\Error
Show contents
ApiPlatform\State\ApiResource\Error {#1332
  #message: "An error occurred"
  #code: 404
  #file: "/var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/api-platform/state/ApiResource/Error.php"
  #line: 173
  -id: null
  -title: "An error occurred"
  -detail: "This route does not aim to be called."
  -status: 404
  -instance: null
  -type: "/errors/404"
  -headers: []
  -meta: null
  -source: null
  +originalTrace: [
    [
      "file" => "/var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/symfony/http-kernel/HttpKernel.php"
      "line" => 181
      "function" => "__invoke"
      "class" => "ApiPlatform\Symfony\Action\NotExposedAction"
      "type" => "->"
    ]
    [
      "file" => "/var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/symfony/http-kernel/HttpKernel.php"
      "line" => 76
      "function" => "handleRaw"
      "class" => "Symfony\Component\HttpKernel\HttpKernel"
      "type" => "->"
    ]
    [
      "file" => "/var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/symfony/http-kernel/Kernel.php"
      "line" => 197
      "function" => "handle"
      "class" => "Symfony\Component\HttpKernel\HttpKernel"
      "type" => "->"
    ]
    [
      "file" => "/var/www/vhosts/dobraklima.sk/sandbox.klimapro.at/public/index.php"
      "line" => 30
      "function" => "handle"
      "class" => "Symfony\Component\HttpKernel\Kernel"
      "type" => "->"
    ]
  ]
  trace: {
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/api-platform/state/ApiResource/Error.php:173 {
      ApiPlatform\State\ApiResource\Error::createFromException(Exception|Throwable $exception, int $status): self …
      › 
      ›     return new self('An error occurred', $exception->getMessage(), $status, $exception->getTrace(), type: "/errors/$status", headers: $headers, previous: $exception->getPrevious());}
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/api-platform/state/ErrorProvider.php:76 {
      ApiPlatform\State\ErrorProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object …
      › $cl = is_a($operation->getClass(), ErrorResourceInterface::class, true) ? $operation->getClass() : Error::class;$error = $cl::createFromException($exception, $status);if (!$this->debug && $status >= 500 && method_exists($error, 'setDetail')) {
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/api-platform/state/CallableProvider.php:43 {
      ApiPlatform\State\CallableProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › 
      ›     return $providerInstance->provide($operation, $uriVariables, $context);}
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/api-platform/state/Provider/ReadProvider.php:79 {
      ApiPlatform\State\Provider\ReadProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › try {    $data = $this->provider->provide($operation, $uriVariables, $context);} catch (ProviderNotFoundException $e) {
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/api-platform/symfony/Validator/State/ParameterValidatorProvider.php:87 {
      ApiPlatform\Symfony\Validator\State\ParameterValidatorProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › 
      ›     return $this->decorated->provide($operation, $uriVariables, $context);}
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/api-platform/state/Provider/ParameterProvider.php:120 {
      ApiPlatform\State\Provider\ParameterProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › 
      ›     return $this->decorated?->provide($operation, $uriVariables, $context);}
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/api-platform/symfony/Bundle/SwaggerUi/SwaggerUiProvider.php:50 {
      ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › ) {    return $this->decorated->provide($operation, $uriVariables, $context);}
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/api-platform/symfony/Security/State/AccessCheckerProvider.php:62 {
      ApiPlatform\Symfony\Security\State\AccessCheckerProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › 
      › $body = $this->decorated->provide($operation, $uriVariables, $context);if (null === $isGranted) {
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/api-platform/state/Provider/SecurityParameterProvider.php:39 {
      ApiPlatform\State\Provider\SecurityParameterProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
      › {    $body = $this->decorated->provide($operation, $uriVariables, $context);    $request = $context['request'] ?? null;
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/api-platform/symfony/EventListener/ReadListener.php:86 {
      ApiPlatform\Symfony\EventListener\ReadListener->onKernelRequest(RequestEvent $event): void …
      › $request->attributes->set('_api_uri_variables', $uriVariables);$this->provider->provide($operation, $uriVariables, [    'request' => $request,
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/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/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/symfony/http-kernel/HttpKernel.php:157 {
      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/vhosts/dobraklima.sk/sandbox.dobraklima.sk/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/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
      Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
      › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/api-platform/symfony/EventListener/ExceptionListener.php:50 {
      ApiPlatform\Symfony\EventListener\ExceptionListener->onKernelException(ExceptionEvent $event): void …
      › 
      ›     $this->errorListener->onKernelException($event);}
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/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/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/symfony/http-kernel/HttpKernel.php:239 {
      Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
      › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/symfony/http-kernel/HttpKernel.php:91 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
    }
    /var/www/vhosts/dobraklima.sk/sandbox.dobraklima.sk/vendor/symfony/http-kernel/Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/vhosts/dobraklima.sk/sandbox.klimapro.at/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
Format: jsonld
Show context
[
  "openapi_definition_name" => ""
  "groups" => [
    "jsonld"
    "trace"
  ]
  "skip_null_values" => true
  "ignored_attributes" => [
    "trace"
    "file"
    "line"
    "code"
    "message"
    "traceAsString"
    "previous"
  ]
  "api_error_resource" => true
  "operation_name" => "_api_errors_hydra"
  "operation" => ApiPlatform\Metadata\Error {#1767
    #parameters: null
    #shortName: "Error"
    #class: "ApiPlatform\State\ApiResource\Error"
    #description: "A representation of common errors."
    #urlGenerationStrategy: null
    #deprecationReason: null
    #normalizationContext: [
      "openapi_definition_name" => ""
      "groups" => [
        "jsonld"
      ]
      "skip_null_values" => true
      "ignored_attributes" => [
        "trace"
        "file"
        "line"
        "code"
        "message"
        "traceAsString"
        "previous"
      ]
      "api_error_resource" => true
    ]
    #denormalizationContext: null
    #collectDenormalizationErrors: null
    #validationContext: null
    #filters: []
    #elasticsearch: null
    #mercure: null
    #messenger: null
    #input: null
    #output: null
    #order: null
    #fetchPartial: null
    #forceEager: null
    #paginationEnabled: null
    #paginationType: null
    #paginationItemsPerPage: null
    #paginationMaximumItemsPerPage: null
    #paginationPartial: null
    #paginationClientEnabled: null
    #paginationClientItemsPerPage: null
    #paginationClientPartial: null
    #paginationFetchJoinCollection: null
    #paginationUseOutputWalkers: null
    #security: null
    #securityMessage: null
    #securityPostDenormalize: null
    #securityPostDenormalizeMessage: null
    #securityPostValidation: null
    #securityPostValidationMessage: null
    #provider: "api_platform.state.error_provider"
    #processor: null
    #stateOptions: null
    #rules: null
    #policy: null
    #middleware: null
    #queryParameterValidationEnabled: null
    #strictQueryParameterValidation: null
    #hideHydraOperation: null
    #extraProperties: [
      "user_defined_uri_template" => true
    ]
    #paginationViaCursor: null
    #read: true
    #deserialize: null
    #validate: null
    #write: null
    #serialize: true
    #priority: 1
    #name: "_api_errors_hydra"
    #method: "GET"
    #uriTemplate: "/errors/{status}{._format}"
    #types: null
    #formats: null
    #inputFormats: [
      "jsonld" => [
        "application/ld+json"
      ]
    ]
    #outputFormats: [
      "jsonld" => [
        "application/problem+json"
        "application/ld+json"
      ]
    ]
    #uriVariables: [
      "status" => ApiPlatform\Metadata\Link {#1724
        #key: null
        #schema: null
        #openApi: null
        #provider: null
        #filter: null
        #property: null
        #description: null
        #properties: null
        #required: null
        #priority: null
        #hydra: null
        #constraints: null
        #security: null
        #securityMessage: null
        #extraProperties: []
        #filterContext: null
        #nativeType: null
        #castToArray: null
        -parameterName: "status"
        -fromProperty: null
        -toProperty: null
        -fromClass: "ApiPlatform\State\ApiResource\Error"
        -toClass: null
        -identifiers: [
          "status"
        ]
        -compositeIdentifier: null
        -expandedValue: null
        -securityObjectName: null
      }
    ]
    #routePrefix: null
    #routeName: "_api_errors"
    #defaults: null
    #requirements: [
      "status" => "\d+"
    ]
    #options: null
    #stateless: null
    #sunset: null
    #acceptPatch: null
    #status: 404
    #host: null
    #schemes: null
    #condition: null
    #controller: null
    #headers: null
    #cacheHeaders: null
    #hydraContext: null
    #openapi: false
    #exceptionToStatus: null
    #links: [
      Symfony\Component\WebLink\Link {#1723
        -href: "http://www.w3.org/ns/hydra/error"
        -rel: [
          "http://www.w3.org/ns/json-ld#error" => "http://www.w3.org/ns/json-ld#error"
        ]
        -attributes: []
      }
    ]
    #errors: []
  }
  "resource_class" => "ApiPlatform\State\ApiResource\Error"
  "iri_only" => false
  "request_uri" => "/api/search_actions/0"
  "uri" => "https://sandbox.klimapro.at/api/search_actions/0"
  "input" => null
  "output" => null
  "uri_variables" => []
  "exclude_from_cache_key" => [
    "root_operation"
    "operation"
    "object"
    "data"
    "property_metadata"
    "circular_reference_limit_counters"
    "debug_trace_id"
    "resources"
    "resources_to_push"
  ]
  "api_gateway" => false
  "base_url" => ""
  "spec_version" => ""
  "resources" => ApiPlatform\State\ResourceList {#1770
    storage: [
      "/api/errors/404" => "/api/errors/404"
    ]
    flag::STD_PROP_LIST: false
    flag::ARRAY_AS_PROPS: false
    iteratorClass: "ArrayIterator"
  }
  "resources_to_push" => ApiPlatform\State\ResourceList {#1794
    storage: []
    flag::STD_PROP_LIST: false
    flag::ARRAY_AS_PROPS: false
    iteratorClass: "ArrayIterator"
  }
]
ErrorNormalizer (10.04 ms) JsonEncoder (0.02 ms) 10.16 ms

deserialize 0

Nothing was deserialized.

normalize 0

Nothing was normalized.

denormalize 0

Nothing was denormalized.

encode 0

Nothing was encoded.

decode 0

Nothing was decoded.