-
-
Notifications
You must be signed in to change notification settings - Fork 798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade from symfony 7.1 to symfony 7.2 #2024
Comments
It's solved by #2022 but the maintainers still didn't create a new tag. |
Please can you create the tag so that we can update the package with composer.json? |
The pipeline needs to be fixed first, but I currently don't have time to do so. |
Is there actually anything to do in this bundle with symfony/symfony#59278 being merged into the Symfony core? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actual Behavior
What is the actual behavior?
HWI\Bundle\OAuthBundle\Security\Http\Firewall\RefreshAccessTokenListener::__construct(): Argument #1 ($oAuthAuthenticator) must be of type HWI\Bundle\OAuthBundle\Security\Http\Authenticator\OAuthAuthenticator, Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator given, called in /var/www/vhosts/domain.local/var/cache/dev/ContainerWVQuGJx/getHwiOauth_ContextListener_TokenRefresher_UserSecuredAreaService.php on line 24
Expected Behavior
What is the behavior you expect?
Steps to Reproduce
What are the steps to reproduce this bug? Please add code examples,
screenshots or links to GitHub repositories that reproduce the problem.
upgrade from symfony 7.1 to symfony 7.2
Possible Solutions
If you have already ideas how to solve the issue, add them here.
(remove this section if not needed)
please help me to fix this error, it was working without any errors in symfony 7.1, after upgrade to 7.2 it crash with this error
The text was updated successfully, but these errors were encountered: