Error 500 Internal Server Error

GET https://core.dev.staa1.nl/api/swagger.json

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"72bb01"
exception
Twig\Error\RuntimeError {#604
  #message: "Impossible to access an attribute ("id") on a null variable in "Vue/index.html.twig" at line 16."
  #code: 0
  #file: "/var/www/vhosts/core.dev/html/templates/Vue/index.html.twig"
  #line: 16
  -lineno: 16
  -rawMessage: "Impossible to access an attribute ("id") on a null variable."
  -source: Twig\Source {#544 …}
  -phpFile: "/var/www/vhosts/core.dev/html/vendor/twig/twig/src/Extension/CoreExtension.php"
  -phpLine: 1749
  trace: {
    /var/www/vhosts/core.dev/html/templates/Vue/index.html.twig:16 {
      Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      › window.$user = {    id: "{{ app.user.id|escape('js') }}",    username: "{{ app.user.userIdentifier|escape('js') }}",
    }
    /var/www/vhosts/core.dev/html/templates/Vue/index.html.twig:16 {
      __TwigTemplate_ee38ac30d065cd493774c584e86039f0->block_javascripts(array $context, array $blocks = []): iterable …
      › window.$user = {    id: "{{ app.user.id|escape('js') }}",    username: "{{ app.user.userIdentifier|escape('js') }}",
    }
    /var/www/vhosts/core.dev/html/vendor/twig/twig/src/Template.php:446 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
      › try {    yield from $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/vhosts/core.dev/html/var/cache/dev/twig/81/814065579312ab4b736c1cde6a3d96bb.php:85 {
      __TwigTemplate_a257914c5e056353a2c74913132e7256->doDisplay(array $context, array $blocks = []): iterable …
      › yield "        ";yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);// line 32
    }
    /var/www/vhosts/core.dev/html/vendor/twig/twig/src/Template.php:402 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/vhosts/core.dev/html/var/cache/dev/twig/c4/c416550be06e62cc1fcfd674e8199125.php:54 {
      __TwigTemplate_ee38ac30d065cd493774c584e86039f0->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->load("base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
    /var/www/vhosts/core.dev/html/vendor/twig/twig/src/Template.php:402 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/vhosts/core.dev/html/vendor/twig/twig/src/Template.php:358 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
    }
    /var/www/vhosts/core.dev/html/vendor/twig/twig/src/Template.php:373 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /var/www/vhosts/core.dev/html/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /var/www/vhosts/core.dev/html/vendor/twig/twig/src/Environment.php:333 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /var/www/vhosts/core.dev/html/vendor/symfony/framework-bundle/Controller/AbstractController.php:452 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /var/www/vhosts/core.dev/html/vendor/symfony/framework-bundle/Controller/AbstractController.php:457 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
      › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
    }
    /var/www/vhosts/core.dev/html/vendor/symfony/framework-bundle/Controller/AbstractController.php:257 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
    }
    /var/www/vhosts/core.dev/html/src/Controller/VueController.php:88 {
      App\Controller\VueController->thirdPartiesList(): Response …
      › {    return $this->render('Vue/index.html.twig', [        'controller_name' => 'VueController',
    }
    /var/www/vhosts/core.dev/html/vendor/symfony/http-kernel/HttpKernel.php:181 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/vhosts/core.dev/html/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/core.dev/html/vendor/symfony/http-kernel/Kernel.php:208 {
      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/core.dev/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/vhosts/core.dev/html/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhosts/core.dev/html/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/vhosts/core.dev/html/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#186 …9}

Request Headers

Header Value
accept
"text/html,application/json"
accept-encoding
"gzip"
connection
"close"
host
"core.dev.staa1.nl"
user-agent
"Mozilla/5.0 (l9scan/2.0.43e23393e2739313e28313; +https://leakix.net)"
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
"Mon, 16 Mar 2026 04:04:17 GMT"
vary
"Accept"
x-debug-exception
"Impossible%20to%20access%20an%20attribute%20%28%22id%22%29%20on%20a%20null%20variable%20in%20%22Vue%2Findex.html.twig%22%20at%20line%2016."
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fcore.dev%2Fhtml%2Ftemplates%2FVue%2Findex.html.twig:16"
x-debug-token
"0200fc"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 69
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 111
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 40
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 83
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 208
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/core.dev/html/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/core.dev/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"af6f69155730c793eeacfa2e1e580a27"
DATABASE_URL
"mysql://staa_dev:StaaCore2025@@127.0.0.1:3306/staa_core?serverVersion=5.7&charset=utf8"
DAXTRA_ACCOUNT
"lugera"
DAXTRA_CV_PARSER_URL
"https://cvx-lugera-prod.daxtra.com/cvx/rest/api/v1/profile/full/xml"
DAXTRA_SECRET
"2b6771ca315841dc8a21d6b9f2a85830"
DAXTRA_VACANCY_PARSER_URL
"https://cvx-lugera-prod.daxtra.com/cvx/rest/api/v1/joborder/xml"
GOOGLE_TRANSLATE_API
"inactive"
JOINVISION_CVLIZER_TOKEN
"2e828726-1987-40cb-a59c-8656ae7780a7"
JOINVISION_INDEX_URL
"http://global.joinvision.com/matchpoint/indexservicesoap?wsdl"
JOINVISION_JOBOLIZER_TOKEN
"5be738ff-c3d3-47bf-82f5-3326cfb1af9d"
JOINVISION_LANGUAGE
"en"
JOINVISION_PARSER_URL
"http://cvlizer.joinvision.com/cvlizer/exservicesoap?wsdl"
JOINVISION_PASSWORD
"lugera"
JOINVISION_USERNAME
"neobyte"
MAILER_DSN
"smtp://f1f4696166b41f:e045894418b04a@smtp.mailtrap.io:2525?encryption=tls&auth_mode=login"
MESSENGER_TRANSPORT_CONSUMER
"core"
MESSENGER_TRANSPORT_DSN
"redis://127.0.0.1:6379"
MONGODB_DB
"staa_core_dev"
MONGODB_URL
"mongodb://127.0.0.1:27017"
PARSER_CV_DEFAULT
"daxtra"
PARSER_VACANCY_DEFAULT
"daxtra"
REDIS_DBINDEX
"4"
RPA_API_URL
"http://172.31.29.158:3000/api/queue/add"
UPLOADS_MEDIA_FOLDER
"uploads/media"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/core.dev/html/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/core.dev/html/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/usr/share/httpd"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/json"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_CONNECTION
"close"
HTTP_HOST
"core.dev.staa1.nl"
HTTP_USER_AGENT
"Mozilla/5.0 (l9scan/2.0.43e23393e2739313e28313; +https://leakix.net)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"core.dev.staa1.nl"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"abeBQesZAPXVo2Msjynp-QAAAEA"
REDIRECT_URL
"/api/swagger.json"
REMOTE_ADDR
"159.65.18.197"
REMOTE_PORT
"38848"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1773633857
REQUEST_TIME_FLOAT
1773633857.0165
REQUEST_URI
"/api/swagger.json"
SCRIPT_FILENAME
"/var/www/vhosts/core.dev/html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.31.24.54"
SERVER_ADMIN
"root@localhost"
SERVER_NAME
"core.dev.staa1.nl"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.66 (Amazon Linux) OpenSSL/3.2.2"
SSL_TLS_SNI
"core.dev.staa1.nl"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MONGODB_URL,MONGODB_DB,MAILER_DSN,JOINVISION_PARSER_URL,JOINVISION_INDEX_URL,JOINVISION_USERNAME,JOINVISION_PASSWORD,JOINVISION_LANGUAGE,JOINVISION_CVLIZER_TOKEN,JOINVISION_JOBOLIZER_TOKEN,DAXTRA_CV_PARSER_URL,DAXTRA_VACANCY_PARSER_URL,DAXTRA_ACCOUNT,DAXTRA_SECRET,PARSER_CV_DEFAULT,PARSER_VACANCY_DEFAULT,GOOGLE_TRANSLATE_API,UPLOADS_MEDIA_FOLDER,RPA_API_URL,MESSENGER_TRANSPORT_DSN,MESSENGER_TRANSPORT_CONSUMER,REDIS_DBINDEX"
UNIQUE_ID
"abeBQesZAPXVo2Msjynp-QAAAEA"
USER
"apache"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 9809bc)

Key Value
_controller
"App\Controller\VueController::thirdPartiesList"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"vue_pages"
_route_params
[
  "route" => "swagger.json"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"06b38d"
route
"swagger.json"