You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auth0\Symfony\Controllers\AuthenticationController::__construct(): Argument #1 ($authenticator) must be of type Auth0\Symfony\Security\Authenticator, Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator given, called in ./var/cache/dev/ContainerKCOMItL/getAuthenticationControllerService.php on line 25
Reproduction
Install symfony 7.2
Follow docs
Go to /login. This error showing here.
Additional context
When I put the following definition in config/services.yaml, it seems to work correctly.
Unfortunately, I have no idea why. Probably some kind of magic :)
The text was updated successfully, but these errors were encountered:
Ajtak
changed the title
Symfony 7.2: $authenticatormust be of type Auth0\Symfony\Security\Authenticator, Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator given
Symfony 7.2: $authenticator must be ..., bad type given
Dec 30, 2024
Checklist
Description
Error on APP_ENV=dev
Reproduction
Additional context
When I put the following definition in config/services.yaml, it seems to work correctly.
Unfortunately, I have no idea why. Probably some kind of magic :)
Note the oddity on the $authenticator line.
jwt-auth-bundle version
0
Symfony version
7.2
PHP version
8.3
The text was updated successfully, but these errors were encountered: