-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Labels
Description
Symfony version(s) affected
7.3
Symfony 7.3.3 (env: preprod, debug: false) to be precise (for now nothing in prod)
Description
i am testing frankenphp a some project, and one of them has this log
<b>Warning</b>: Can't preload unlinked class Symfony\Component\Security\Core\Authentication\Token\AbstractToken@anonymous: Unknown parent Symfony\Component\Security\Core\Authentication\Token\AbstractToken in <b>/app/vendor/symfony/security-core/Authorization/AuthorizationChecker.php</b> on line <b>58</b><br />
refers to
symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php
Line 58 in f4d0610
| $token = new class($user->getRoles()) extends AbstractToken implements OfflineTokenInterface {}; |
FYI I am trying with worker mode enabled, based on latest code of https://github.com/dunglas/symfony-docker
How to reproduce
Nothing to reproduce for now, just want to ask if its legit or not
Possible Solution
.
Additional Context
.
1ed