Error 403 Forbidden

GET https://billing.lt.dental-pro.online/auth

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"11c02f"
exception
App\Exceptions\ForbiddenApiException {#808
  #message: "Невалидный токен"
  #code: 0
  #file: "/Volumes/www-data/billing/apps/billing/src/Controller/DefaultController.php"
  #line: 65
  trace: {
    /Volumes/www-data/billing/apps/billing/src/Controller/DefaultController.php:65 {
      Billing\Controller\DefaultController->auth(Request $request, CryptoService $encoder, ContragentRepository $contragentRepository, DentalProPrivateKey $dentalProPrivateKey, ContentLogic $contentLogic, ?string $token = null): Response …
      › } catch (EncryptionException) {    throw new ForbiddenApiException('Невалидный токен');}
    }
    /Volumes/www-data/billing/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);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $encoder: App\Services\CryptoService {#716 …}
        $contragentRepository: App\Repository\ContragentRepository {#503 …}
        $dentalProPrivateKey: App\Logic\DentalProPrivateKey {#473 …}
        $contentLogic: Billing\Logic\ContentLogic {#743 …}
        $token: null
      }
    }
    /Volumes/www-data/billing/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /Volumes/www-data/billing/vendor/symfony/http-kernel/Kernel.php:182 {
      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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /Volumes/www-data/billing/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /Volumes/www-data/billing/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /Volumes/www-data/billing/apps/billing/public/index.php:5 {
      › 
      › require_once dirname(__DIR__, 3) . '/vendor/autoload_runtime.php';arguments: {
        "/Volumes/www-data/billing/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Component\HttpKernel\Log\Logger {#459
  -minLevelIndex: 0
  -formatter: Symfony\Component\HttpKernel\Log\Logger::format(string $level, string $message, array $context, bool $prefixDate = true): string {#458 …}
  -debug: true
  -logs: [
    "" => [
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#445
            #message: "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
            #code: 0
            #file: "/Volumes/www-data/billing/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /Volumes/www-data/billing/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /Volumes/www-data/billing/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /Volumes/www-data/billing/vendor/doctrine/orm/src/Proxy/Autoloader.php:74 {
                Doctrine\ORM\Proxy\Autoloader::register(string $proxyDir, string $proxyNamespace, ?Closure $notFoundCallback = null): Closure …
                › if (PHP_VERSION_ID >= 80400) {    Deprecation::trigger(        'doctrine/orm',
              }
              /Volumes/www-data/billing/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php:136 {
                Doctrine\Bundle\DoctrineBundle\DoctrineBundle->boot(): void …
                › 
                ›     $this->autoloader = Autoloader::register($dir, $namespace, $proxyGenerator);}
              }
              /Volumes/www-data/billing/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /Volumes/www-data/billing/src/Kernel.php:22 {
                App\Kernel->boot(): void …
                › {    parent::boot();    date_default_timezone_set($this->getContainer()->getParameter('timezone'));
              }
              /Volumes/www-data/billing/vendor/symfony/http-kernel/Kernel.php:177 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /Volumes/www-data/billing/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /Volumes/www-data/billing/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /Volumes/www-data/billing/apps/billing/public/index.php:5 {
                › 
                › require_once dirname(__DIR__, 3) . '/vendor/autoload_runtime.php';arguments: {
                  "/Volumes/www-data/billing/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T10:16:17.000+00:00"
      ]
    ]
    2 => [
      [
        "channel" => null
        "context" => [
          "route" => "billing_auth"
          "route_parameters" => [
            "_route" => "billing_auth"
            "token" => null
            "_controller" => "Billing\Controller\DefaultController::auth"
          ]
          "request_uri" => "https://billing.lt.dental-pro.online/auth"
          "method" => "GET"
        ]
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 0
        ]
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelRequestEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelRequestEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\LoginListener::handleKernelRequestEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\RequestListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#805
            #message: "Deprecated: openssl_decrypt(): Passing null to parameter #2 ($cipher_algo) of type string is deprecated"
            #code: 0
            #file: "/Volumes/www-data/billing/src/Services/CryptoService.php"
            #line: 47
            #severity: E_DEPRECATED
            trace: {
              /Volumes/www-data/billing/src/Services/CryptoService.php:47 {
                App\Services\CryptoService->decryptMessage(SSLKeyInterface $key, string $message): string …
                ›     [$cipher, $token, $iv, $tag] = unserialize($key->decrypt($encryptedOptions), ['allowed_classes' => false]);    $result = openssl_decrypt($encryptedString, $cipher, $token, OPENSSL_RAW_DATA, $iv, $tag);} catch (Throwable) {
              }
              /Volumes/www-data/billing/src/Services/CryptoService.php:104 {
                App\Services\CryptoService->decryptData(SSLKeyInterface $key, string $message): ?array …
                › {    return Arr::jsonDecode($this->decryptMessage($key, $message));}
              }
              /Volumes/www-data/billing/apps/billing/src/Controller/DefaultController.php:63 {
                Billing\Controller\DefaultController->auth(Request $request, CryptoService $encoder, ContragentRepository $contragentRepository, DentalProPrivateKey $dentalProPrivateKey, ContentLogic $contentLogic, ?string $token = null): Response …
                › try {    $data = $encoder->decryptData($dentalProPrivateKey, $message);} catch (EncryptionException) {
              }
              /Volumes/www-data/billing/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);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $encoder: App\Services\CryptoService {#716 …}
                  $contragentRepository: App\Repository\ContragentRepository {#503 …}
                  $dentalProPrivateKey: App\Logic\DentalProPrivateKey {#473 …}
                  $contentLogic: Billing\Logic\ContentLogic {#743 …}
                  $token: null
                }
              }
              /Volumes/www-data/billing/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /Volumes/www-data/billing/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /Volumes/www-data/billing/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /Volumes/www-data/billing/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /Volumes/www-data/billing/apps/billing/public/index.php:5 {
                › 
                › require_once dirname(__DIR__, 3) . '/vendor/autoload_runtime.php';arguments: {
                  "/Volumes/www-data/billing/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: openssl_decrypt(): Passing null to parameter #2 ($cipher_algo) of type string is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#806
            #message: "Deprecated: openssl_decrypt(): Passing null to parameter #3 ($passphrase) of type string is deprecated"
            #code: 0
            #file: "/Volumes/www-data/billing/src/Services/CryptoService.php"
            #line: 47
            #severity: E_DEPRECATED
            trace: {
              /Volumes/www-data/billing/src/Services/CryptoService.php:47 {
                App\Services\CryptoService->decryptMessage(SSLKeyInterface $key, string $message): string …
                ›     [$cipher, $token, $iv, $tag] = unserialize($key->decrypt($encryptedOptions), ['allowed_classes' => false]);    $result = openssl_decrypt($encryptedString, $cipher, $token, OPENSSL_RAW_DATA, $iv, $tag);} catch (Throwable) {
              }
              /Volumes/www-data/billing/src/Services/CryptoService.php:104 {
                App\Services\CryptoService->decryptData(SSLKeyInterface $key, string $message): ?array …
                › {    return Arr::jsonDecode($this->decryptMessage($key, $message));}
              }
              /Volumes/www-data/billing/apps/billing/src/Controller/DefaultController.php:63 {
                Billing\Controller\DefaultController->auth(Request $request, CryptoService $encoder, ContragentRepository $contragentRepository, DentalProPrivateKey $dentalProPrivateKey, ContentLogic $contentLogic, ?string $token = null): Response …
                › try {    $data = $encoder->decryptData($dentalProPrivateKey, $message);} catch (EncryptionException) {
              }
              /Volumes/www-data/billing/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);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $encoder: App\Services\CryptoService {#716 …}
                  $contragentRepository: App\Repository\ContragentRepository {#503 …}
                  $dentalProPrivateKey: App\Logic\DentalProPrivateKey {#473 …}
                  $contentLogic: Billing\Logic\ContentLogic {#743 …}
                  $token: null
                }
              }
              /Volumes/www-data/billing/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /Volumes/www-data/billing/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /Volumes/www-data/billing/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /Volumes/www-data/billing/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /Volumes/www-data/billing/apps/billing/public/index.php:5 {
                › 
                › require_once dirname(__DIR__, 3) . '/vendor/autoload_runtime.php';arguments: {
                  "/Volumes/www-data/billing/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: openssl_decrypt(): Passing null to parameter #3 ($passphrase) of type string is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#807
            #message: "Deprecated: openssl_decrypt(): Passing null to parameter #5 ($iv) of type string is deprecated"
            #code: 0
            #file: "/Volumes/www-data/billing/src/Services/CryptoService.php"
            #line: 47
            #severity: E_DEPRECATED
            trace: {
              /Volumes/www-data/billing/src/Services/CryptoService.php:47 {
                App\Services\CryptoService->decryptMessage(SSLKeyInterface $key, string $message): string …
                ›     [$cipher, $token, $iv, $tag] = unserialize($key->decrypt($encryptedOptions), ['allowed_classes' => false]);    $result = openssl_decrypt($encryptedString, $cipher, $token, OPENSSL_RAW_DATA, $iv, $tag);} catch (Throwable) {
              }
              /Volumes/www-data/billing/src/Services/CryptoService.php:104 {
                App\Services\CryptoService->decryptData(SSLKeyInterface $key, string $message): ?array …
                › {    return Arr::jsonDecode($this->decryptMessage($key, $message));}
              }
              /Volumes/www-data/billing/apps/billing/src/Controller/DefaultController.php:63 {
                Billing\Controller\DefaultController->auth(Request $request, CryptoService $encoder, ContragentRepository $contragentRepository, DentalProPrivateKey $dentalProPrivateKey, ContentLogic $contentLogic, ?string $token = null): Response …
                › try {    $data = $encoder->decryptData($dentalProPrivateKey, $message);} catch (EncryptionException) {
              }
              /Volumes/www-data/billing/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);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $encoder: App\Services\CryptoService {#716 …}
                  $contragentRepository: App\Repository\ContragentRepository {#503 …}
                  $dentalProPrivateKey: App\Logic\DentalProPrivateKey {#473 …}
                  $contentLogic: Billing\Logic\ContentLogic {#743 …}
                  $token: null
                }
              }
              /Volumes/www-data/billing/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /Volumes/www-data/billing/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /Volumes/www-data/billing/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /Volumes/www-data/billing/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /Volumes/www-data/billing/apps/billing/public/index.php:5 {
                › 
                › require_once dirname(__DIR__, 3) . '/vendor/autoload_runtime.php';arguments: {
                  "/Volumes/www-data/billing/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: openssl_decrypt(): Passing null to parameter #5 ($iv) of type string is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => App\Exceptions\ForbiddenApiException {#808
            #message: "Невалидный токен"
            #code: 0
            #file: "/Volumes/www-data/billing/apps/billing/src/Controller/DefaultController.php"
            #line: 65
            trace: {
              /Volumes/www-data/billing/apps/billing/src/Controller/DefaultController.php:65 {
                Billing\Controller\DefaultController->auth(Request $request, CryptoService $encoder, ContragentRepository $contragentRepository, DentalProPrivateKey $dentalProPrivateKey, ContentLogic $contentLogic, ?string $token = null): Response …
                › } catch (EncryptionException) {    throw new ForbiddenApiException('Невалидный токен');}
              }
              /Volumes/www-data/billing/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);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $encoder: App\Services\CryptoService {#716 …}
                  $contragentRepository: App\Repository\ContragentRepository {#503 …}
                  $dentalProPrivateKey: App\Logic\DentalProPrivateKey {#473 …}
                  $contentLogic: Billing\Logic\ContentLogic {#743 …}
                  $token: null
                }
              }
              /Volumes/www-data/billing/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /Volumes/www-data/billing/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /Volumes/www-data/billing/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /Volumes/www-data/billing/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /Volumes/www-data/billing/apps/billing/public/index.php:5 {
                › 
                › require_once dirname(__DIR__, 3) . '/vendor/autoload_runtime.php';arguments: {
                  "/Volumes/www-data/billing/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Uncaught PHP Exception App\Exceptions\ForbiddenApiException: "Невалидный токен" at DefaultController.php line 65"
        "priority" => 400
        "priorityName" => "error"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sentry\SentryBundle\EventListener\ErrorListener::handleExceptionEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "App\EventListener\ExceptionListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelResponseEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelResponseEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelFinishRequestEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
    ]
    983 => [
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelRequestEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelRequestEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\LoginListener::handleKernelRequestEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\RequestListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelResponseEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelResponseEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelFinishRequestEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1788257777
        "timestamp_rfc3339" => "2026-09-01T14:16:17.000+04:00"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    2 => 1
    983 => 0
  ]
  -handle: null
  -requestStack: Symfony\Component\HttpFoundation\RequestStack {#451 …}
}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"en-US,en;q=0.5"
connection
"close"
host
"billing.lt.dental-pro.online"
pragma
"no-cache"
priority
"u=0, i"
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"cross-site"
sec-gpc
"1"
upgrade-insecure-requests
"1"
user-agent
""Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.""
x-forwarded-for
"45.83.220.212"
x-forwarded-proto
"https"
x-forwarded-scheme
"https"
x-php-ob-level
"1"
x-real-ip
"45.83.220.212"

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, 01 Sep 2026 10:16:17 GMT"
vary
"Accept"
x-debug-exception
"%D0%9D%D0%B5%D0%B2%D0%B0%D0%BB%D0%B8%D0%B4%D0%BD%D1%8B%D0%B9%20%D1%82%D0%BE%D0%BA%D0%B5%D0%BD"
x-debug-exception-file
"%2FVolumes%2Fwww-data%2Fbilling%2Fapps%2Fbilling%2Fsrc%2FController%2FDefaultController.php:65"
x-debug-token
"fa860a"

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
ADMIN_URL
"https://certman.lt.dental-pro.online"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_LOGS
"true"
APP_SECRET
"1f85d203f9b521db5dca5b0633ad8d67"
APP_TIMEZONE
"Europe/Samara"
APP_VERSION
"1.0.0"
AVATAR_URL
"https://connect.dental-pro.online/avatar"
BILLING_URL
"https://billing.lt.dental-pro.online"
BITRIX_HOOK_URL
"https://dionsoft.bitrix24.ru/rest/825/bh65j21v4wxa8k7k/"
BITRIX_SOURCE_ID
"UC_PO2MMW"
CERT_ACTIVE_STATUS_ID
"10136"
CERT_FIELD_ACTIVE_TIME
"customfield_10329"
CERT_FIELD_CERT
"customfield_10327"
CERT_FIELD_COMPANY_CITY
"customfield_10324"
CERT_FIELD_CONTACT_EMAIL
"customfield_10328"
CERT_FIELD_CONTACT_NAME
"customfield_10325"
CERT_FIELD_CONTACT_PHONE
"customfield_10326"
CERT_FIELD_INN
"customfield_10330"
CERT_FIELD_NAME
"summary"
CERT_ISSUE_TYPE_ID
"10201"
CERT_PROJECT_KEY
"VAT"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
CREATED_TASK_USER_ID
"825"
CROWD_ADMIN_LOGIN
"connect"
CROWD_ADMIN_PASSWORD
"9b027fbab1a86fc2df28937ee2c89628"
CROWD_COOKIE_KEY
"crowd.token_key"
CROWD_DIRECTORY_ID
"131073"
CROWD_GROUP_ADMIN
"billing-admin,Developers"
CROWD_GROUP_MANAGERS
"billing-manager"
CROWD_GROUP_PARTNERS
"vatech-users"
CROWD_GROUP_USERS
"billing-manager,billing-admin,vatech-users"
CROWD_LOGIN
"dp-license"
CROWD_PASSWORD
"1Qe4245k"
CROWD_URL
"https://crowd.dental-pro.online"
DATABASE_URL
"mysql://root:1Qe4245k@host.docker.internal:3306/billing_prod?charset=utf8mb4"
EMAIL_TO_SEND
"customer@dionsoft.ru"
INTEGRATION_PASSWORD
"rkJwsd98qHj73Yug3q32"
INTEGRATION_URL
"https://api.lt.dental-pro.online/dionbuh/hs"
INTEGRATION_USER
"dental_1c"
JIRA_SUP_TOKEN
"OTkyMzI3NjMwOTUyOme5WK3S7YgzeYbtatB66chgXGpU"
JIRA_URL
"https://jira.dental-pro.online"
LICENSE_ADDRESS
"https://licence.dental-pro.online"
LIMIT_NEWS_FOR_LIST
"12"
MESSENGER_TRANSPORT_DSN
"redis://host.docker.internal:6379/messages"
N8N_SIGN_TOKEN
"43c1bb20-da3a-4a11-a0f3-44b73bb6c34d"
OAUTH_ENCRYPTION_KEY
"ca7a80218ab94f202ed984dfbf2725e8"
OAUTH_PASSPHRASE
"fc671f3562ffe26a2c79bf8a82e26ba4"
OAUTH_PRIVATE_KEY
"%kernel.project_dir%/config/jwt/private.key"
OAUTH_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.key"
PASS_MNGR_KEY
"Dion-Soft@010221"
PAYSELECTION_PUBLIC
"046b9a2ed658f29adedb0616a3d27832db110eab52ba4067da135d1f9015f5edbc77fdb6189943318576b1db348eaf354c9fd2c7c73eeb5ced403bd9a95c72bde5"
PAYSELECTION_SECRET
"fhvSshb5bjwjv6ps"
PAYSELECTION_SITEID
"20610"
PHP_BINARY
"php"
REACT_PUBLIC_URL
""
REACT_TITLE
"DentalPRO"
REDIS_DSN
"redis://host.docker.internal:6379"
RESPONSIBLE_TASK_USER_ID
"209"
SOP_BASE_URL
"https://sop.dental-pro.online"
SOP_SECRET
"c0fbe36d-623d-41f4-9071-4e662ffc16ab"
SSO_BASE_URL
"https://con.lt.dental-pro.online"
SUPABASE_API_KEY
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlzcyI6InN1cGFiYXNlIiwiaWF0IjoxNzY5NzY3ODUwLCJleHAiOjE5Mjc0NDc4NTB9.aJTOI_eoR2KbXOjenC1KZB8MKpnMsexsvIF4-Ic0n0k"
SUPABASE_URL
"https://supabase.billdemo.dental-pro.online"
WAZZUP_BASE_URL
"https://tech.wazzup24.com"
WAZZUP_PARTNER_TOKEN
"83cd8240cab717741c0a5f1c055178339bb20410a7fdcb716f806603e74764ea"
YA_COUNTER
""

Defined as regular env variables

Key Value
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/Volumes/www-data/billing/apps/billing/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/Users/paulloft"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_CONNECTION
"close"
HTTP_HOST
"billing.lt.dental-pro.online"
HTTP_PRAGMA
"no-cache"
HTTP_PRIORITY
"u=0, i"
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"cross-site"
HTTP_SEC_GPC
"1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
""Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.""
HTTP_X_FORWARDED_FOR
"45.83.220.212"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SCHEME
"https"
HTTP_X_REAL_IP
"45.83.220.212"
PATH_INFO
""
PATH_TRANSLATED
"/Volumes/www-data/billing/apps/billing/public/index.php"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"192.168.1.96"
REMOTE_PORT
"47670"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1788257777
REQUEST_TIME_FLOAT
1788257777.7043
REQUEST_URI
"/auth"
SCRIPT_FILENAME
"/Volumes/www-data/billing/apps/billing/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"192.168.1.168"
SERVER_ADMIN
"admin@paulloft.ru"
SERVER_NAME
"billing.lt.dental-pro.online"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"nginx/1.27.3"
SERVER_SOFTWARE
"nginx/1.27.3"
SYMFONY_DOTENV_PATH
"/Volumes/www-data/billing/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_LOGS,APP_VERSION,APP_SECRET,APP_TIMEZONE,REDIS_DSN,YA_COUNTER,BITRIX_HOOK_URL,BITRIX_SOURCE_ID,LICENSE_ADDRESS,CREATED_TASK_USER_ID,RESPONSIBLE_TASK_USER_ID,JIRA_URL,JIRA_SUP_TOKEN,CROWD_URL,CROWD_LOGIN,CROWD_PASSWORD,CROWD_ADMIN_LOGIN,CROWD_ADMIN_PASSWORD,CROWD_COOKIE_KEY,CROWD_DIRECTORY_ID,CROWD_GROUP_USERS,CROWD_GROUP_MANAGERS,CROWD_GROUP_PARTNERS,CROWD_GROUP_ADMIN,AVATAR_URL,REACT_PUBLIC_URL,REACT_TITLE,PHP_BINARY,CORS_ALLOW_ORIGIN,PAYSELECTION_SITEID,PAYSELECTION_SECRET,PAYSELECTION_PUBLIC,OAUTH_PRIVATE_KEY,OAUTH_PUBLIC_KEY,OAUTH_PASSPHRASE,OAUTH_ENCRYPTION_KEY,SSO_BASE_URL,BILLING_URL,ADMIN_URL,INTEGRATION_URL,INTEGRATION_USER,INTEGRATION_PASSWORD,PASS_MNGR_KEY,EMAIL_TO_SEND,MESSENGER_TRANSPORT_DSN,N8N_SIGN_TOKEN,LIMIT_NEWS_FOR_LIST,WAZZUP_PARTNER_TOKEN,WAZZUP_BASE_URL,SUPABASE_URL,SUPABASE_API_KEY,SOP_BASE_URL,SOP_SECRET,DATABASE_URL,CERT_PROJECT_KEY,CERT_ISSUE_TYPE_ID,CERT_ACTIVE_STATUS_ID,CERT_FIELD_NAME,CERT_FIELD_INN,CERT_FIELD_CERT,CERT_FIELD_CONTACT_PHONE,CERT_FIELD_CONTACT_NAME,CERT_FIELD_CONTACT_EMAIL,CERT_FIELD_COMPANY_CITY,CERT_FIELD_ACTIVE_TIME"
USER
"paulloft"

Parent Request

Return to parent request (token = 6a0078)

Key Value
_controller
"Billing\Controller\DefaultController::auth"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"billing_auth"
_route_params
[
  "token" => null
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[]
_stopwatch_token
"aa0ad1"
token
null