ErrorController

Request

GET Parameters

Key Value
AUTH_TOKEN
"8342aac537a93b0a3cf65d4c9f9f78ca3df09188370047a30dd42a6c2397e1a631eff5e3be30694aa682a77b69bb1c68f9b37a5c25840d8d8f20ad3554136df8"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"e13842"
exception
Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException {#458
  #message: ""
  #code: 0
  #file: "/var/www/motivity/src/Auth/TokenAuth.php"
  #line: 30
  -statusCode: 401
  -headers: [
    "WWW-Authenticate" => "Not authorized"
  ]
  trace: {
    /var/www/motivity/src/Auth/TokenAuth.php:30 {
      App\Auth\TokenAuth->getCustomerByToken(): Customer …
      › if (!$customer) {    throw new UnauthorizedHttpException('Not authorized');}
    }
    /var/www/motivity/src/Controller/API/ReleaseController.php:26 {
      App\Controller\API\ReleaseController->checkConnectionAction() …
      › {    $project = $this->tokenAuth->getCustomerByToken();}
    /var/www/motivity/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/motivity/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 {#8 …}
        $type: 1
      }
    }
    /var/www/motivity/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 {#8 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/motivity/public/index.php:34 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#8 …}
      }
    }
  }
}
logger
null

Request Headers

Header Value
host
"updatetest.start2play.ru"
user-agent
"GuzzleHttp/6.5.5 curl/8.14.1 PHP/8.3.19"
x-php-ob-level
"0"

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
"Wed, 10 Dec 2025 11:46:24 GMT"
vary
"Accept"
www-authenticate
"Not authorized"
x-debug-exception
""
x-debug-exception-file
"%2Fvar%2Fwww%2Fmotivity%2Fsrc%2FAuth%2FTokenAuth.php:30"
x-debug-token
"400198"

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:44
[
  [
    "file" => "/var/www/motivity/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/motivity/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 87
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/motivity/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/motivity/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/motivity/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/motivity/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/motivity/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/motivity/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/motivity/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/motivity/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/motivity/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/motivity/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/motivity/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/motivity/public/index.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"true"
APP_ENV
"dev"
APP_SECRET
"be300148fdc3e06b33e5ef86e6926785"
DATABASE_URL
"mysql://updtest:eQQVWY9b6wexWABj3RZ3bqXPo@mysql/updtest"
DEFAULT_CUSTOMER_TELEGRAM_TOKEN
"6790877792:AAGMDZPMlOwu-Ra7pVznRFVr78Od8gYinGY"
SERVER_URL
"https://updatetest.start2play.ru"
SMTP_HOST
"smtp.mail.ru"
SMTP_PASSWORD
"w6TBpf6nkk5DbvMxzieJ"
SMTP_PORT
"465"
SMTP_USER
"demo2@support.motivationportal.ru"

Defined as regular env variables

Key Value
CI_ENV
"production"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/var/www/motivity/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
HOME
"/home/motivity"
HTTPS
"on"
HTTP_HOST
"updatetest.start2play.ru"
HTTP_USER_AGENT
"GuzzleHttp/6.5.5 curl/8.14.1 PHP/8.3.19"
PHP_SELF
"/index.php"
QUERY_STRING
"AUTH_TOKEN=8342aac537a93b0a3cf65d4c9f9f78ca3df09188370047a30dd42a6c2397e1a631eff5e3be30694aa682a77b69bb1c68f9b37a5c25840d8d8f20ad3554136df8"
REMOTE_ADDR
"88.99.160.4"
REMOTE_PORT
"60422"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1765367184
REQUEST_TIME_FLOAT
1765367184.0056
REQUEST_URI
"/check_connection?AUTH_TOKEN=8342aac537a93b0a3cf65d4c9f9f78ca3df09188370047a30dd42a6c2397e1a631eff5e3be30694aa682a77b69bb1c68f9b37a5c25840d8d8f20ad3554136df8"
SCRIPT_FILENAME
"/var/www/motivity/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.16.86.2"
SERVER_NAME
"updatetest.start2play.ru"
SERVER_PORT
"8443"
SERVER_PROTOCOL
"HTTP/1.1"
SYMFONY_DOTENV_VARS
"DATABASE_URL,SERVER_URL,APP_ENV,APP_DEBUG,APP_SECRET,SMTP_USER,SMTP_PASSWORD,SMTP_HOST,SMTP_PORT,DEFAULT_CUSTOMER_TELEGRAM_TOKEN"
USER
"motivity"

Parent Request

Return to parent request (token = 92eaf3)

Key Value
_controller
"App\Controller\API\ReleaseController::checkConnectionAction"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"release.connection"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"9d9369"