Error 500 Internal Server Error

GET https://0kp.ru/

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"4ad6ad"
exception
Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException {#509
  #message: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?"
  #code: 0
  #file: "/home/ghost/www/monolith/src/Buyer/Infrastructure/Ports/Http/IndexAction.php"
  #line: 17
  trace: {
    /home/ghost/www/monolith/src/Buyer/Infrastructure/Ports/Http/IndexAction.php:17 {\r    }\r}\r
    }
    /home/ghost/www/monolith/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/ghost/www/monolith/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/ghost/www/monolith/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/ghost/www/monolith/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/ghost/www/monolith/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/ghost/www/monolith/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/ghost/www/monolith/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#133
  -records: [
    2 => [
      [
        "timestamp" => 1776775073
        "timestamp_rfc3339" => "2026-04-21T12:37:53.741+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "buyer_index"
          "route_parameters" => [
            "_route" => "buyer_index"
            "_controller" => "App\Buyer\Infrastructure\Ports\Http\IndexAction"
          ]
          "request_uri" => "https://0kp.ru/"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1776775073
        "timestamp_rfc3339" => "2026-04-21T12:37:53.742+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "buyer_firewall"
          "authenticators" => 1
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776775073
        "timestamp_rfc3339" => "2026-04-21T12:37:53.742+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "buyer_firewall"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776775073
        "timestamp_rfc3339" => "2026-04-21T12:37:53.742+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "buyer_firewall"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776775073
        "timestamp_rfc3339" => "2026-04-21T12:37:53.743+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at IndexAction.php line 17"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException {#509
            #message: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?"
            #code: 0
            #file: "/home/ghost/www/monolith/src/Buyer/Infrastructure/Ports/Http/IndexAction.php"
            #line: 17
            trace: {
              /home/ghost/www/monolith/src/Buyer/Infrastructure/Ports/Http/IndexAction.php:17 {\r    }\r}\r
              }
              /home/ghost/www/monolith/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /home/ghost/www/monolith/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/ghost/www/monolith/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/ghost/www/monolith/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/ghost/www/monolith/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/ghost/www/monolith/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/ghost/www/monolith/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#132 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
connection
"keep-alive"
host
"0kp.ru"
user-agent
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 Chrome/123.0 Safari/537.36 NWSIP-TechFingerprint"
x-forwarded-for
"93.81.252.2"
x-forwarded-proto
"https"
x-forwarded-scheme
"https"
x-php-ob-level
"1"
x-real-ip
"93.81.252.2"

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
"Tue, 21 Apr 2026 12:37:53 GMT"
vary
"Accept"
x-debug-exception
"The%20controller%20must%20return%20a%20%22Symfony%5CComponent%5CHttpFoundation%5CResponse%22%20object%20but%20it%20returned%20null.%20Did%20you%20forget%20to%20add%20a%20return%20statement%20somewhere%20in%20your%20controller%3F"
x-debug-exception-file
"%2Fhome%2Fghost%2Fwww%2Fmonolith%2Fsrc%2FBuyer%2FInfrastructure%2FPorts%2FHttp%2FIndexAction.php:17"
x-debug-token
"04a1c9"

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_ENV
"dev"
APP_SECRET
"2796f11f2cc999bedc6fc6ed497dad3c"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"postgresql://monolith_main_user:DCREolALoykZr5fQuVV5oWQeI0KbJDL9@127.0.0.1:5432/monolith_main_db?serverVersion=16&charset=utf8&options=-csearch_path%3Dshared,admin,public,buyer,client"
DEFAULT_URI
"https://0kp.ru"
DOMAIN_CONFIG_ADMIN
"admin.0kp.ru"
DOMAIN_CONFIG_BUYER
"0kp.ru"
JWT_PASSPHRASE
"ae0e26ebf6a0e674e82e70f923cb8fdadd491e1ed6dfc143c3e00a6de958dda3"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LOCK_DSN
"flock"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
RABBITMQ_URL
"amqp://guest:guest@localhost:5672"
REDIS_CACHE_DATA_DNS
"redis://ZLNlt8GUsG1o9ZaFhQxj2tJTo7Q9nQhq@127.0.0.1:6379/1"
REDIS_CACHE_IDEMOPTENCY_DNS
"redis://ZLNlt8GUsG1o9ZaFhQxj2tJTo7Q9nQhq@127.0.0.1:6379/3"
REDIS_CACHE_LOCK_DNS
"redis://ZLNlt8GUsG1o9ZaFhQxj2tJTo7Q9nQhq@127.0.0.1:6379/2"
REDIS_CACHE_REDLOCK_DNS
"redis://ZLNlt8GUsG1o9ZaFhQxj2tJTo7Q9nQhq@127.0.0.1:6379/4"
REDIS_CACHE_USER_SESSION_DNS
"redis://ZLNlt8GUsG1o9ZaFhQxj2tJTo7Q9nQhq@127.0.0.1:6379/5"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/home/ghost/www/monolith"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/ghost/www/monolith"
]
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/home/ghost/www/monolith/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/ghost"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_CONNECTION
"keep-alive"
HTTP_HOST
"0kp.ru"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 Chrome/123.0 Safari/537.36 NWSIP-TechFingerprint"
HTTP_X_FORWARDED_FOR
"93.81.252.2"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SCHEME
"https"
HTTP_X_REAL_IP
"93.81.252.2"
PATH_INFO
""
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"192.168.0.50"
REMOTE_PORT
"44348"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1776775073
REQUEST_TIME_FLOAT
1776775073.7381
REQUEST_URI
"/"
SCRIPT_FILENAME
"/home/ghost/www/monolith/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"192.168.0.155"
SERVER_NAME
"0kp.ru"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.24.0"
SYMFONY_DOTENV_PATH
"/home/ghost/www/monolith/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,LOCK_DSN,MESSENGER_TRANSPORT_DSN,RABBITMQ_URL,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,DOMAIN_CONFIG_ADMIN,DOMAIN_CONFIG_BUYER,REDIS_CACHE_DATA_DNS,REDIS_CACHE_IDEMOPTENCY_DNS,REDIS_CACHE_LOCK_DNS,REDIS_CACHE_REDLOCK_DNS,REDIS_CACHE_USER_SESSION_DNS"
USER
"ghost"

Parent Request

Return to parent request (token = 6faf43)

Key Value
_controller
"App\Buyer\Infrastructure\Ports\Http\IndexAction"
_firewall_context
"security.firewall.map.context.buyer_firewall"
_remove_csp_headers
true
_route
"buyer_index"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_buyer_firewall"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#368
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#296 …}
  }
]
_stopwatch_token
"6d5f30"