Error 500 Internal Server Error

POST https://jtv-new.combat.nl/mvk-signup/signhost/postback

Forwarded to ErrorController (b97a9b)

Request / Response

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"Mvk\SignupBundle\Controller\SignhostPostbackController"
_editmode
false
_mvk_signup_csp_nonce
"tqREPIjV1irirQNucuVmTg=="
_opendxp_context
"default"
_opendxp_frontend_request
true
_route
"mvk_signup_signhost_postback"
_route_params
[]

Request Headers

Header Value
accept
"*/*"
accept-encoding
"br, deflate, gzip, x-gzip"
content-length
"144"
content-type
"application/json"
host
"jtv-new.combat.nl"
user-agent
"IntelliJ HTTP Client/PhpStorm 2026.2.0.1"
x-php-ob-level
"1"

Request Content

Pretty

{
    "Id": "1",
    "Status": 30,
    "Checksum": "b5f615d477119a84b9042d27346544ae4063d328",
    "Reference": "handmatige postback",
    "Signers": []
}

Raw

{
  "Id": "1",
  "Status": 30,
  "Checksum": "b5f615d477119a84b9042d27346544ae4063d328",
  "Reference": "handmatige postback",
  "Signers": []
}

Response

Response Headers

Header Value
cache-control
"no-store, private"
content-language
"nl"
content-security-policy
"default-src 'self'; script-src 'self' 'nonce-tqREPIjV1irirQNucuVmTg=='; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self'; connect-src 'self'; form-action 'self' https://*.signhost.com; frame-ancestors 'none'; base-uri 'self'; object-src 'none'"
content-type
"text/html; charset=UTF-8"
date
"Thu, 24 Sep 2026 13:44:10 GMT"
permissions-policy
"camera=(), microphone=(), geolocation=(), payment=()"
referrer-policy
"same-origin"
vary
"Accept"
x-content-type-options
"nosniff"
x-debug-token
"06980a"
x-debug-token-link
"https://jtv-new.combat.nl/_profiler/b97a9b"
x-frame-options
"DENY"
x-powered-by
"opendxp"
x-previous-debug-token
"b97a9b"

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
(no data)

Defined as regular env variables

Key Value
CONTENT_LENGTH
"144"
CONTENT_TYPE
"application/json"
DOCUMENT_ROOT
"/home/deploy/mondzorgvoorkids.nl-opendxp/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/deploy"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"br, deflate, gzip, x-gzip"
HTTP_CONTENT_LENGTH
"144"
HTTP_CONTENT_TYPE
"application/json"
HTTP_HOST
"jtv-new.combat.nl"
HTTP_USER_AGENT
"IntelliJ HTTP Client/PhpStorm 2026.2.0.1"
PATH_INFO
""
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"169.155.235.16"
REMOTE_PORT
"43254"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1790257450
REQUEST_TIME_FLOAT
1790257450.1476
REQUEST_URI
"/mvk-signup/signhost/postback"
SCRIPT_FILENAME
"/home/deploy/mondzorgvoorkids.nl-opendxp/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"85.9.210.199"
SERVER_NAME
"jtv-new.combat.nl"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.30.5"
USER
"deploy"

Sub Requests 1

ErrorController (token = b97a9b)

Key Value
_controller
"error_controller"
_editmode
false
_opendxp_context
"default"
exception
InvalidArgumentException {#346
  #message: "The controller for URI "/mvk-signup/signhost/postback" is not callable: Environment variable not found: "MVK_SIGNUP_SIGNHOST_POSTBACK_SECRET"."
  #code: 0
  #file: "/home/deploy/mondzorgvoorkids.nl-opendxp/vendor/symfony/http-kernel/Controller/ControllerResolver.php"
  #line: 97
  -previous: Symfony\Component\DependencyInjection\Exception\EnvNotFoundException {#344 …}
  trace: {
    /home/deploy/mondzorgvoorkids.nl-opendxp/vendor/symfony/http-kernel/Controller/ControllerResolver.php:97 {
      Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
      › } catch (\InvalidArgumentException $e) {    throw new \InvalidArgumentException(\sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo()).$e->getMessage(), 0, $e);}
    }
    /home/deploy/mondzorgvoorkids.nl-opendxp/vendor/symfony/http-kernel/HttpKernel.php:166 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
    }
    /home/deploy/mondzorgvoorkids.nl-opendxp/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/deploy/mondzorgvoorkids.nl-opendxp/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/deploy/mondzorgvoorkids.nl-opendxp/public/index.php:23 {
      › 
      › $response = $kernel->handle($request);$response->send();
    }
  }
}
logger
null