| exception |
Symfony\Component\DependencyInjection\Exception\EnvNotFoundException {#1153
#message: "Environment variable not found: "VAPID_PUBLIC_KEY"."
#code: 0
#file: "D:\Code\MyAssistant\app\vendor\symfony\dependency-injection\EnvVarProcessor.php"
#line: 221
trace: {
D:\Code\MyAssistant\app\vendor\symfony\dependency-injection\EnvVarProcessor.php:221 {
Symfony\Component\DependencyInjection\EnvVarProcessor->getEnv(string $prefix, string $name, Closure $getEnv): mixed …
› if (!$this->container->hasParameter("env($name)")) {
› throw new EnvNotFoundException(\sprintf('Environment variable not found: "%s".', $name));
› }
}
D:\Code\MyAssistant\app\vendor\symfony\dependency-injection\Container.php:378 {
Symfony\Component\DependencyInjection\Container->getEnv(string $name): mixed …
› try {
› return $this->envCache[$name] = $processor->getEnv($prefix, $localName, $this->getEnv);
› } finally {
arguments: {
$prefix: "string"
$name: "VAPID_PUBLIC_KEY"
$getEnv: ContainerFtG0VI5\App_KernelDevDebugContainer::getEnv(string $name): mixed {#22 …}
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getWebPushSenderService.php:33 {
ContainerFtG0VI5\getWebPushSenderService::do($container, $lazyLoad = true) …
›
› $instance = new \App\Core\WebPush\WebPushSender(new \App\Core\WebPush\MinishlinkWebPushClient($container->getEnv('VAPID_PUBLIC_KEY'), $container->getEnv('VAPID_PRIVATE_KEY'), $container->getEnv('VAPID_SUBJECT'), $b), ($container->privates['App\\Core\\Repository\\PushSubscriptionRepository'] ?? $container->load('getPushSubscriptionRepositoryService')), ($container->privates['App\\Core\\Repository\\NotificationPreferenceRepository'] ?? $container->load('getNotificationPreferenceRepositoryService')), $a, $b);
›
arguments: {
$name: "VAPID_PUBLIC_KEY"
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\App_KernelDevDebugContainer.php:695 {
ContainerFtG0VI5\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
arguments: {
$container: ContainerFtG0VI5\App_KernelDevDebugContainer {#39 …}
$lazyLoad: true
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getWebPushChannelService.php:24 {
ContainerFtG0VI5\getWebPushChannelService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['App\\Core\\WebPush\\WebPushSender'] ?? $container->load('getWebPushSenderService'));
›
arguments: {
$file: "getWebPushSenderService.php"
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\App_KernelDevDebugContainer.php:695 {
ContainerFtG0VI5\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
arguments: {
$container: ContainerFtG0VI5\App_KernelDevDebugContainer {#39 …}
$lazyLoad: true
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getNotificationServiceService.php:34 {
ContainerFtG0VI5\getNotificationServiceService::{closure:ContainerFtG0VI5\getNotificationServiceService::do():29} …
› yield 3 => ($container->privates['App\\Core\\Notification\\Channel\\TeamsChannel'] ?? $container->load('getTeamsChannelService'));
› yield 4 => ($container->privates['App\\Core\\Notification\\Channel\\WebPushChannel'] ?? $container->load('getWebPushChannelService'));
› }, 5), ($container->privates['App\\Core\\Service\\FeatureManager'] ?? self::getFeatureManagerService($container)), $a, ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container)), ($container->privates['App\\Core\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')));
arguments: {
$file: "getWebPushChannelService.php"
}
}
D:\Code\MyAssistant\app\src\Core\Notification\NotificationService.php:55 {
App\Core\Notification\NotificationService->__construct(iterable $channels, FeatureManager $featureManager, MessageBusInterface $messageBus, LoggerInterface $logger, UserRepository $userRepository) …
› ) {
› foreach ($channels as $channel) {
› $this->channelMap[$channel->getCode()] = $channel;
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getNotificationServiceService.php:29 {
ContainerFtG0VI5\getNotificationServiceService::do($container, $lazyLoad = true) …
›
› $instance = new \App\Core\Notification\NotificationService(new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Core\\Notification\\Channel\\AdminChannel'] ?? $container->load('getAdminChannelService'));
arguments: {
$channels: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1122 …}
$featureManager: App\Core\Service\FeatureManager {#381 …}
$messageBus: Symfony\Component\Messenger\TraceableMessageBus {#582 …}
$logger: Monolog\Logger {#803 …}
$userRepository: App\Core\Repository\UserRepository {#1447 …}
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\App_KernelDevDebugContainer.php:695 {
ContainerFtG0VI5\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
arguments: {
$container: ContainerFtG0VI5\App_KernelDevDebugContainer {#39 …}
$lazyLoad: true
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getLoginAttemptSubscriberService.php:31 {
ContainerFtG0VI5\getLoginAttemptSubscriberService::do($container, $lazyLoad = true) …
› }
› $b = ($container->privates['App\\Core\\Notification\\NotificationService'] ?? $container->load('getNotificationServiceService'));
›
arguments: {
$file: "getNotificationServiceService.php"
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\App_KernelDevDebugContainer.php:695 {
ContainerFtG0VI5\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
arguments: {
$container: ContainerFtG0VI5\App_KernelDevDebugContainer {#39 …}
$lazyLoad: true
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getDebug_Security_EventDispatcher_MainService.php:46 {
ContainerFtG0VI5\getDebug_Security_EventDispatcher_MainService::{closure:ContainerFtG0VI5\getDebug_Security_EventDispatcher_MainService::do():46} …
› $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [#[\Closure(name: 'App\\Core\\EventSubscriber\\JwtRememberMeSubscriber')] fn () => ($container->privates['App\\Core\\EventSubscriber\\JwtRememberMeSubscriber'] ?? $container->load('getJwtRememberMeSubscriberService')), 'onLoginSuccess'], -10);
› $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [#[\Closure(name: 'App\\Core\\EventSubscriber\\LoginAttemptSubscriber')] fn () => ($container->privates['App\\Core\\EventSubscriber\\LoginAttemptSubscriber'] ?? $container->load('getLoginAttemptSubscriberService')), 'onLoginSuccess'], -10);
› $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [#[\Closure(name: 'App\\Core\\EventSubscriber\\LoginAttemptSubscriber')] fn () => ($container->privates['App\\Core\\EventSubscriber\\LoginAttemptSubscriber'] ?? $container->load('getLoginAttemptSubscriberService')), 'onLoginFailure'], -10);
arguments: {
$file: "getLoginAttemptSubscriberService.php"
}
}
D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
arguments: {
$eventName: "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
}
}
D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
arguments: {
$eventName: "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
}
}
D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php:123 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
arguments: {
$eventName: "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-http\Authentication\AuthenticatorManager.php:233 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->handleAuthenticationSuccess(TokenInterface $authenticatedToken, Passport $passport, Request $request, AuthenticatorInterface $authenticator, ?TokenInterface $previousToken): Response …
›
› $this->eventDispatcher->dispatch($loginSuccessEvent = new LoginSuccessEvent($authenticator, $passport, $authenticatedToken, $request, $response, $this->firewallName, $previousToken));
›
arguments: {
$event: Symfony\Component\Security\Http\Event\LoginSuccessEvent {#1085 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-http\Authentication\AuthenticatorManager.php:213 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
› // success! (sets the token on the token storage, etc)
› $response = $this->handleAuthenticationSuccess($authenticatedToken, $passport, $request, $authenticator, $previousToken);
› if ($response instanceof Response) {
arguments: {
$authenticatedToken: Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#856 …}
$passport: Symfony\Component\Security\Http\Authenticator\Passport\Passport {#72 …}
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$authenticator: Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#111 …}
$previousToken: null
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-http\Authentication\AuthenticatorManager.php:154 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
›
› $response = $this->executeAuthenticator($authenticator, $request);
› if (null !== $response) {
arguments: {
$authenticator: Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#111 …}
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-http\Authentication\AuthenticatorManager.php:136 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
›
› return $this->executeAuthenticators($authenticators, $request);
› }
arguments: {
$authenticators: [ …1]
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-http\Firewall\AuthenticatorManagerListener.php:38 {
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› $request = $event->getRequest();
› $response = $this->authenticatorManager->authenticateRequest($request);
› if (null === $response) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-http\Authenticator\Debug\TraceableAuthenticatorManagerListener.php:58 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› {
› $this->authenticationManagerListener->authenticate($event);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-bundle\Debug\WrappedLazyListener.php:52 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-bundle\Security\LazyFirewallContext.php:64 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->authenticate(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener->authenticate($event);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-bundle\Debug\TraceableFirewallListener.php:88 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener->authenticate($event);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-http\Firewall.php:86 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event): void …
›
› $this->callListeners($event, $authenticationListeners());
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
$listeners: Generator {#203 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\Debug\WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#763 …}
}
}
}
D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#763 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …18]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
$eventName: "kernel.request"
}
}
D:\Code\MyAssistant\app\vendor\symfony\http-kernel\HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
$eventName: "kernel.request"
}
}
D:\Code\MyAssistant\app\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
}
}
D:\Code\MyAssistant\app\vendor\symfony\http-kernel\Kernel.php:191 {
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
}
}
D:\Code\MyAssistant\app\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 …}
}
}
D:\Code\MyAssistant\app\vendor\autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
D:\Code\MyAssistant\app\public\index.php:14 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"D:\Code\MyAssistant\app\vendor\autoload_runtime.php"
}
}
}
} |
| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#810
-records: [
2 => [
[
"timestamp" => 1780394452
"timestamp_rfc3339" => "2026-06-02T12:00:52.698+02:00"
"message" => "User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#592
+count: 1
-severity: E_USER_WARNING
trace: {
D:\Code\MyAssistant\app\vendor\symfony\http-client\HttpClient.php:57 {
Symfony\Component\HttpClient\HttpClient::create(array $defaultOptions = [], int $maxHostConnections = 6, int $maxPendingPushes = 50): HttpClientInterface …
›
› @trigger_error('Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient', \E_USER_WARNING);
› }
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\App_KernelDevDebugContainer.php:2281 {
› {
› $container->privates['http_client.transport'] = $instance = \Symfony\Component\HttpClient\HttpClient::create([], 6);
›
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1780394452
"timestamp_rfc3339" => "2026-06-02T12:00:52.698+02:00"
"message" => "User Notice: Upgrade the curl extension or run "composer require amphp/http-client:^5" to perform async HTTP operations, including full HTTP/2 support"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#591
+count: 1
-severity: E_USER_NOTICE
trace: {
D:\Code\MyAssistant\app\vendor\symfony\http-client\HttpClient.php:64 {
Symfony\Component\HttpClient\HttpClient::create(array $defaultOptions = [], int $maxHostConnections = 6, int $maxPendingPushes = 50): HttpClientInterface …
›
› @trigger_error((\extension_loaded('curl') ? 'Upgrade' : 'Install').' the curl extension or run "composer require amphp/http-client:^5" to perform async HTTP operations, including full HTTP/2 support', \E_USER_NOTICE);
›
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\App_KernelDevDebugContainer.php:2281 {
› {
› $container->privates['http_client.transport'] = $instance = \Symfony\Component\HttpClient\HttpClient::create([], 6);
›
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1780394452
"timestamp_rfc3339" => "2026-06-02T12:00:52.704+02:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "app_login_main"
"route_parameters" => [
"_route" => "app_login_main"
"_controller" => "App\Core\Controller\App\SecurityController::login"
]
"request_uri" => "https://myworkspace.val.lab/login"
"method" => "POST"
]
"channel" => "request"
]
[
"timestamp" => 1780394452
"timestamp_rfc3339" => "2026-06-02T12:00:52.706+02:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1780394452
"timestamp_rfc3339" => "2026-06-02T12:00:52.706+02:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1780394452
"timestamp_rfc3339" => "2026-06-02T12:00:52.706+02:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1780394452
"timestamp_rfc3339" => "2026-06-02T12:00:52.706+02:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1780394452
"timestamp_rfc3339" => "2026-06-02T12:00:52.710+02:00"
"message" => "CSRF validation accepted using origin info."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "request"
]
[
"timestamp" => 1780394452
"timestamp_rfc3339" => "2026-06-02T12:00:52.713+02:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "127.0.0.1"
"port" => 3306
"user" => "myassistant"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "myassistant_dev"
"serverVersion" => "10.11.2-MariaDB"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780394452
"timestamp_rfc3339" => "2026-06-02T12:00:52.726+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.password_changed_at AS password_changed_at_5, t0.password_reset_required AS password_reset_required_6, t0.is_active AS is_active_7, t0.preferences AS preferences_8, t0.sso_id AS sso_id_9, t0.sso_provider AS sso_provider_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.deleted_at AS deleted_at_13, t0.personne_id AS personne_id_14 FROM `user` t0 WHERE t0.email = ? AND ((t0.deleted_at IS NULL)) LIMIT 1"
"params" => [
1 => "valentin.meriel@ag2i.fr"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1378
+name: "STRING"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780394453
"timestamp_rfc3339" => "2026-06-02T12:00:53.154+02:00"
"message" => "Authenticator successful!"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"token" => Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#856 …}
"authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1780394453
"timestamp_rfc3339" => "2026-06-02T12:00:53.161+02:00"
"message" => "Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\EnvNotFoundException: "Environment variable not found: "VAPID_PUBLIC_KEY"." at EnvVarProcessor.php line 221"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Symfony\Component\DependencyInjection\Exception\EnvNotFoundException {#1153
#message: "Environment variable not found: "VAPID_PUBLIC_KEY"."
#code: 0
#file: "D:\Code\MyAssistant\app\vendor\symfony\dependency-injection\EnvVarProcessor.php"
#line: 221
trace: {
D:\Code\MyAssistant\app\vendor\symfony\dependency-injection\EnvVarProcessor.php:221 {
Symfony\Component\DependencyInjection\EnvVarProcessor->getEnv(string $prefix, string $name, Closure $getEnv): mixed …
› if (!$this->container->hasParameter("env($name)")) {
› throw new EnvNotFoundException(\sprintf('Environment variable not found: "%s".', $name));
› }
}
D:\Code\MyAssistant\app\vendor\symfony\dependency-injection\Container.php:378 {
Symfony\Component\DependencyInjection\Container->getEnv(string $name): mixed …
› try {
› return $this->envCache[$name] = $processor->getEnv($prefix, $localName, $this->getEnv);
› } finally {
arguments: {
$prefix: "string"
$name: "VAPID_PUBLIC_KEY"
$getEnv: ContainerFtG0VI5\App_KernelDevDebugContainer::getEnv(string $name): mixed {#22 …}
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getWebPushSenderService.php:33 {
ContainerFtG0VI5\getWebPushSenderService::do($container, $lazyLoad = true) …
›
› $instance = new \App\Core\WebPush\WebPushSender(new \App\Core\WebPush\MinishlinkWebPushClient($container->getEnv('VAPID_PUBLIC_KEY'), $container->getEnv('VAPID_PRIVATE_KEY'), $container->getEnv('VAPID_SUBJECT'), $b), ($container->privates['App\\Core\\Repository\\PushSubscriptionRepository'] ?? $container->load('getPushSubscriptionRepositoryService')), ($container->privates['App\\Core\\Repository\\NotificationPreferenceRepository'] ?? $container->load('getNotificationPreferenceRepositoryService')), $a, $b);
›
arguments: {
$name: "VAPID_PUBLIC_KEY"
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\App_KernelDevDebugContainer.php:695 {
ContainerFtG0VI5\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
arguments: {
$container: ContainerFtG0VI5\App_KernelDevDebugContainer {#39 …}
$lazyLoad: true
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getWebPushChannelService.php:24 {
ContainerFtG0VI5\getWebPushChannelService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['App\\Core\\WebPush\\WebPushSender'] ?? $container->load('getWebPushSenderService'));
›
arguments: {
$file: "getWebPushSenderService.php"
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\App_KernelDevDebugContainer.php:695 {
ContainerFtG0VI5\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
arguments: {
$container: ContainerFtG0VI5\App_KernelDevDebugContainer {#39 …}
$lazyLoad: true
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getNotificationServiceService.php:34 {
ContainerFtG0VI5\getNotificationServiceService::{closure:ContainerFtG0VI5\getNotificationServiceService::do():29} …
› yield 3 => ($container->privates['App\\Core\\Notification\\Channel\\TeamsChannel'] ?? $container->load('getTeamsChannelService'));
› yield 4 => ($container->privates['App\\Core\\Notification\\Channel\\WebPushChannel'] ?? $container->load('getWebPushChannelService'));
› }, 5), ($container->privates['App\\Core\\Service\\FeatureManager'] ?? self::getFeatureManagerService($container)), $a, ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container)), ($container->privates['App\\Core\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')));
arguments: {
$file: "getWebPushChannelService.php"
}
}
D:\Code\MyAssistant\app\src\Core\Notification\NotificationService.php:55 {
App\Core\Notification\NotificationService->__construct(iterable $channels, FeatureManager $featureManager, MessageBusInterface $messageBus, LoggerInterface $logger, UserRepository $userRepository) …
› ) {
› foreach ($channels as $channel) {
› $this->channelMap[$channel->getCode()] = $channel;
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getNotificationServiceService.php:29 {
ContainerFtG0VI5\getNotificationServiceService::do($container, $lazyLoad = true) …
›
› $instance = new \App\Core\Notification\NotificationService(new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Core\\Notification\\Channel\\AdminChannel'] ?? $container->load('getAdminChannelService'));
arguments: {
$channels: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1122 …}
$featureManager: App\Core\Service\FeatureManager {#381 …}
$messageBus: Symfony\Component\Messenger\TraceableMessageBus {#582 …}
$logger: Monolog\Logger {#803 …}
$userRepository: App\Core\Repository\UserRepository {#1447 …}
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\App_KernelDevDebugContainer.php:695 {
ContainerFtG0VI5\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
arguments: {
$container: ContainerFtG0VI5\App_KernelDevDebugContainer {#39 …}
$lazyLoad: true
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getLoginAttemptSubscriberService.php:31 {
ContainerFtG0VI5\getLoginAttemptSubscriberService::do($container, $lazyLoad = true) …
› }
› $b = ($container->privates['App\\Core\\Notification\\NotificationService'] ?? $container->load('getNotificationServiceService'));
›
arguments: {
$file: "getNotificationServiceService.php"
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\App_KernelDevDebugContainer.php:695 {
ContainerFtG0VI5\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
arguments: {
$container: ContainerFtG0VI5\App_KernelDevDebugContainer {#39 …}
$lazyLoad: true
}
}
D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getDebug_Security_EventDispatcher_MainService.php:46 {
ContainerFtG0VI5\getDebug_Security_EventDispatcher_MainService::{closure:ContainerFtG0VI5\getDebug_Security_EventDispatcher_MainService::do():46} …
› $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [#[\Closure(name: 'App\\Core\\EventSubscriber\\JwtRememberMeSubscriber')] fn () => ($container->privates['App\\Core\\EventSubscriber\\JwtRememberMeSubscriber'] ?? $container->load('getJwtRememberMeSubscriberService')), 'onLoginSuccess'], -10);
› $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [#[\Closure(name: 'App\\Core\\EventSubscriber\\LoginAttemptSubscriber')] fn () => ($container->privates['App\\Core\\EventSubscriber\\LoginAttemptSubscriber'] ?? $container->load('getLoginAttemptSubscriberService')), 'onLoginSuccess'], -10);
› $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [#[\Closure(name: 'App\\Core\\EventSubscriber\\LoginAttemptSubscriber')] fn () => ($container->privates['App\\Core\\EventSubscriber\\LoginAttemptSubscriber'] ?? $container->load('getLoginAttemptSubscriberService')), 'onLoginFailure'], -10);
arguments: {
$file: "getLoginAttemptSubscriberService.php"
}
}
D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
arguments: {
$eventName: "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
}
}
D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php:262 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
arguments: {
$eventName: "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
}
}
D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php:123 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
arguments: {
$eventName: "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-http\Authentication\AuthenticatorManager.php:233 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->handleAuthenticationSuccess(TokenInterface $authenticatedToken, Passport $passport, Request $request, AuthenticatorInterface $authenticator, ?TokenInterface $previousToken): Response …
›
› $this->eventDispatcher->dispatch($loginSuccessEvent = new LoginSuccessEvent($authenticator, $passport, $authenticatedToken, $request, $response, $this->firewallName, $previousToken));
›
arguments: {
$event: Symfony\Component\Security\Http\Event\LoginSuccessEvent {#1085 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-http\Authentication\AuthenticatorManager.php:213 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
› // success! (sets the token on the token storage, etc)
› $response = $this->handleAuthenticationSuccess($authenticatedToken, $passport, $request, $authenticator, $previousToken);
› if ($response instanceof Response) {
arguments: {
$authenticatedToken: Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#856 …}
$passport: Symfony\Component\Security\Http\Authenticator\Passport\Passport {#72 …}
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$authenticator: Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#111 …}
$previousToken: null
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-http\Authentication\AuthenticatorManager.php:154 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
›
› $response = $this->executeAuthenticator($authenticator, $request);
› if (null !== $response) {
arguments: {
$authenticator: Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#111 …}
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-http\Authentication\AuthenticatorManager.php:136 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
›
› return $this->executeAuthenticators($authenticators, $request);
› }
arguments: {
$authenticators: [ …1]
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-http\Firewall\AuthenticatorManagerListener.php:38 {
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› $request = $event->getRequest();
› $response = $this->authenticatorManager->authenticateRequest($request);
› if (null === $response) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-http\Authenticator\Debug\TraceableAuthenticatorManagerListener.php:58 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› {
› $this->authenticationManagerListener->authenticate($event);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-bundle\Debug\WrappedLazyListener.php:52 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-bundle\Security\LazyFirewallContext.php:64 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->authenticate(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener->authenticate($event);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-bundle\Debug\TraceableFirewallListener.php:88 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener->authenticate($event);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\security-http\Firewall.php:86 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event): void …
›
› $this->callListeners($event, $authenticationListeners());
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
$listeners: Generator {#203 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\Debug\WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#763 …}
}
}
}
D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#763 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …18]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
}
}
D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
$eventName: "kernel.request"
}
}
D:\Code\MyAssistant\app\vendor\symfony\http-kernel\HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#626 …}
$eventName: "kernel.request"
}
}
D:\Code\MyAssistant\app\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
}
}
D:\Code\MyAssistant\app\vendor\symfony\http-kernel\Kernel.php:191 {
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
}
}
D:\Code\MyAssistant\app\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 …}
}
}
D:\Code\MyAssistant\app\vendor\autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
D:\Code\MyAssistant\app\public\index.php:14 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"D:\Code\MyAssistant\app\vendor\autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1780394453
"timestamp_rfc3339" => "2026-06-02T12:00:53.161+02:00"
"message" => "Erreur serveur [{error_id}] : {message}"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"error_id" => "ERR-20260602-7EFCE3"
"message" => "Environment variable not found: "VAPID_PUBLIC_KEY"."
"exception" => "Symfony\Component\DependencyInjection\Exception\EnvNotFoundException"
"file" => "D:\Code\MyAssistant\app\vendor\symfony\dependency-injection\EnvVarProcessor.php:221"
"url" => "https://myworkspace.val.lab/login"
"method" => "POST"
"ip" => "192.168.1.158"
"trace" => """
#0 D:\Code\MyAssistant\app\vendor\symfony\dependency-injection\Container.php(378): Symfony\Component\DependencyInjection\EnvVarProcessor->getEnv('string', 'VAPID_PUBLIC_KE...', Object(Closure))\n
#1 D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getWebPushSenderService.php(33): Symfony\Component\DependencyInjection\Container->getEnv('VAPID_PUBLIC_KE...')\n
#2 D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\App_KernelDevDebugContainer.php(695): ContainerFtG0VI5\getWebPushSenderService::do(Object(ContainerFtG0VI5\App_KernelDevDebugContainer), true)\n
#3 D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getWebPushChannelService.php(24): ContainerFtG0VI5\App_KernelDevDebugContainer->load('getWebPushSende...')\n
#4 D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\App_KernelDevDebugContainer.php(695): ContainerFtG0VI5\getWebPushChannelService::do(Object(ContainerFtG0VI5\App_KernelDevDebugContainer), true)\n
#5 D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getNotificationServiceService.php(34): ContainerFtG0VI5\App_KernelDevDebugContainer->load('getWebPushChann...')\n
#6 D:\Code\MyAssistant\app\src\Core\Notification\NotificationService.php(55): ContainerFtG0VI5\getNotificationServiceService::{closure:ContainerFtG0VI5\getNotificationServiceService::do():29}()\n
#7 D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getNotificationServiceService.php(29): App\Core\Notification\NotificationService->__construct(Object(Symfony\Component\DependencyInjection\Argument\RewindableGenerator), Object(App\Core\Service\FeatureManager), Object(Symfony\Component\Messenger\TraceableMessageBus), Object(Monolog\Logger), Object(App\Core\Repository\UserRepository))\n
#8 D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\App_KernelDevDebugContainer.php(695): ContainerFtG0VI5\getNotificationServiceService::do(Object(ContainerFtG0VI5\App_KernelDevDebugContainer), true)\n
#9 D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getLoginAttemptSubscriberService.php(31): ContainerFtG0VI5\App_KernelDevDebugContainer->load('getNotification...')\n
#10 D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\App_KernelDevDebugContainer.php(695): ContainerFtG0VI5\getLoginAttemptSubscriberService::do(Object(ContainerFtG0VI5\App_KernelDevDebugContainer), true)\n
#11 D:\Code\MyAssistant\app\var\cache\dev\ContainerFtG0VI5\getDebug_Security_EventDispatcher_MainService.php(46): ContainerFtG0VI5\App_KernelDevDebugContainer->load('getLoginAttempt...')\n
#12 D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\EventDispatcher.php(221): ContainerFtG0VI5\getDebug_Security_EventDispatcher_MainService::{closure:ContainerFtG0VI5\getDebug_Security_EventDispatcher_MainService::do():46}()\n
#13 D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\EventDispatcher.php(70): Symfony\Component\EventDispatcher\EventDispatcher->sortListeners('Symfony\\Compone...')\n
#14 D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php(262): Symfony\Component\EventDispatcher\EventDispatcher->getListeners('Symfony\\Compone...')\n
#15 D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php(123): Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess('Symfony\\Compone...')\n
#16 D:\Code\MyAssistant\app\vendor\symfony\security-http\Authentication\AuthenticatorManager.php(233): Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(Object(Symfony\Component\Security\Http\Event\LoginSuccessEvent))\n
#17 D:\Code\MyAssistant\app\vendor\symfony\security-http\Authentication\AuthenticatorManager.php(213): Symfony\Component\Security\Http\Authentication\AuthenticatorManager->handleAuthenticationSuccess(Object(Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken), Object(Symfony\Component\Security\Http\Authenticator\Passport\Passport), Object(Symfony\Component\HttpFoundation\Request), Object(Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator), NULL)\n
#18 D:\Code\MyAssistant\app\vendor\symfony\security-http\Authentication\AuthenticatorManager.php(154): Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(Object(Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator), Object(Symfony\Component\HttpFoundation\Request))\n
#19 D:\Code\MyAssistant\app\vendor\symfony\security-http\Authentication\AuthenticatorManager.php(136): Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(Array, Object(Symfony\Component\HttpFoundation\Request))\n
#20 D:\Code\MyAssistant\app\vendor\symfony\security-http\Firewall\AuthenticatorManagerListener.php(38): Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Object(Symfony\Component\HttpFoundation\Request))\n
#21 D:\Code\MyAssistant\app\vendor\symfony\security-http\Authenticator\Debug\TraceableAuthenticatorManagerListener.php(58): Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(Object(Symfony\Component\HttpKernel\Event\RequestEvent))\n
#22 D:\Code\MyAssistant\app\vendor\symfony\security-bundle\Debug\WrappedLazyListener.php(52): Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(Object(Symfony\Component\HttpKernel\Event\RequestEvent))\n
#23 D:\Code\MyAssistant\app\vendor\symfony\security-bundle\Security\LazyFirewallContext.php(64): Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(Object(Symfony\Component\HttpKernel\Event\RequestEvent))\n
#24 D:\Code\MyAssistant\app\vendor\symfony\security-bundle\Debug\TraceableFirewallListener.php(88): Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->authenticate(Object(Symfony\Component\HttpKernel\Event\RequestEvent))\n
#25 D:\Code\MyAssistant\app\vendor\symfony\security-http\Firewall.php(86): Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(Object(Symfony\Component\HttpKernel\Event\RequestEvent), Object(Generator))\n
#26 D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\Debug\WrappedListener.php(115): Symfony\Component\Security\Http\Firewall->onKernelRequest(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request', Object(Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher))\n
#27 D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\EventDispatcher.php(206): Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request', Object(Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher))\n
#28 D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'kernel.request', Object(Symfony\Component\HttpKernel\Event\RequestEvent))\n
#29 D:\Code\MyAssistant\app\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php(129): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request')\n
#30 D:\Code\MyAssistant\app\vendor\symfony\http-kernel\HttpKernel.php(159): Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request')\n
#31 D:\Code\MyAssistant\app\vendor\symfony\http-kernel\HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)\n
#32 D:\Code\MyAssistant\app\vendor\symfony\http-kernel\Kernel.php(191): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)\n
#33 D:\Code\MyAssistant\app\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php(35): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request))\n
#34 D:\Code\MyAssistant\app\vendor\autoload_runtime.php(32): Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()\n
#35 D:\Code\MyAssistant\app\public\index.php(14): require_once('D:\\Code\\MyAssis...')\n
#36 {main}
"""
]
"channel" => "app"
]
[
"timestamp" => 1780394453
"timestamp_rfc3339" => "2026-06-02T12:00:53.162+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.password_changed_at AS password_changed_at_5, t0.password_reset_required AS password_reset_required_6, t0.is_active AS is_active_7, t0.preferences AS preferences_8, t0.sso_id AS sso_id_9, t0.sso_provider AS sso_provider_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.deleted_at AS deleted_at_13, t0.personne_id AS personne_id_14 FROM `user` t0 WHERE ((t0.deleted_at IS NULL)) ORDER BY t0.id ASC LIMIT 1"
]
"channel" => "doctrine"
]
[
"timestamp" => 1780394453
"timestamp_rfc3339" => "2026-06-02T12:00:53.170+02:00"
"message" => "Message {class} handled by {handler}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"class" => "Symfony\Component\Mailer\Messenger\SendEmailMessage"
"handler" => "Symfony\Component\Mailer\Messenger\MessageHandler::__invoke"
]
"channel" => "messenger"
]
[
"timestamp" => 1780394453
"timestamp_rfc3339" => "2026-06-02T12:00:53.328+02:00"
"message" => "Stored the security token in the session."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "_security_main_security"
]
"channel" => "security"
]
[
"timestamp" => 1780394453
"timestamp_rfc3339" => "2026-06-02T12:00:53.331+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.deleted_at AS deleted_at_7 FROM setting t0 WHERE t0.setting_key IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND ((t0.deleted_at IS NULL))"
"params" => [
1 => "branding_app_name"
2 => "branding_welcome_text"
3 => "branding_company_name"
4 => "branding_logo"
5 => "branding_favicon"
6 => "theme_primary_color"
7 => "theme_secondary_color"
8 => "theme_header_bg"
9 => "theme_header_text"
10 => "theme_icon_color"
11 => "theme_login_bg"
12 => "theme_home_bg"
13 => "theme_bg_opacity"
14 => "theme_font_url"
15 => "theme_font_family"
16 => "theme_border_radius"
17 => "theme_dark_mode"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1378}
2 => Doctrine\DBAL\ParameterType {#1378}
3 => Doctrine\DBAL\ParameterType {#1378}
4 => Doctrine\DBAL\ParameterType {#1378}
5 => Doctrine\DBAL\ParameterType {#1378}
6 => Doctrine\DBAL\ParameterType {#1378}
7 => Doctrine\DBAL\ParameterType {#1378}
8 => Doctrine\DBAL\ParameterType {#1378}
9 => Doctrine\DBAL\ParameterType {#1378}
10 => Doctrine\DBAL\ParameterType {#1378}
11 => Doctrine\DBAL\ParameterType {#1378}
12 => Doctrine\DBAL\ParameterType {#1378}
13 => Doctrine\DBAL\ParameterType {#1378}
14 => Doctrine\DBAL\ParameterType {#1378}
15 => Doctrine\DBAL\ParameterType {#1378}
16 => Doctrine\DBAL\ParameterType {#1378}
17 => Doctrine\DBAL\ParameterType {#1378}
]
]
"channel" => "doctrine"
]
]
]
-errorCount: [
2 => 2
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#809 …}
} |