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
Describe the bug
With a clean install of the plugin there's an exception on every admin route related to the access token.
This is causing an infinite loop in the admin login page.
// ...
Object { file: "/var/www/shopware/custom/plugins/AdyenPaymentShopware6/vendor/league/oauth2-server/src/Exception/OAuthServerException.php", line: 243, trace: […], … }
// ...
The token violates some mandatory constraints, details:- Token signature mismatch- The token is expired
// ...
Object { file: "/var/www/shopwar/custom/plugins/AdyenPaymentShopware6/vendor/lcobucci/jwt/src/Validation/RequiredConstraintsViolated.php", line: 24, trace: […] }
Describe the bug
With a clean install of the plugin there's an exception on every admin route related to the access token.
This is causing an infinite loop in the admin login page.
Versions
Shopware version: 6.6.5.1
Plugin version: 4.1.0
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Allow admin panel access.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: