RangeException: Base64::decode() only expects characters in the correct base64 alphabet
File "/var/www/html/vendor/paragonie/constant_time_encoding/src/Base64.php", line 206, in decode
throw new \RangeException(
File "components/Tokens/Component.php", line 111, in decryptValue
$decoded = Base64UrlSafe::decode($encryptedValue);
File "components/OAuth2/CryptTrait.php", line 23, in decrypt
return Yii::$app->tokens->decryptValue($encryptedData);
File "/var/www/html/vendor/league/oauth2-server/src/Grant/AuthCodeGrant.php", line 114, in respondToAccessTokenRequest
$authCodePayload = json_decode($this->decrypt($encryptedAuthCode));
File "/var/www/html/vendor/league/oauth2-server/src/AuthorizationServer.php", line 198, in respondToAccessTokenRequest
$this->grantTypeAccessTokenTTL[$grantType->getIdentifier()]
...
(9 additional frame(s) were not displayed)
Sentry Issue: ACCOUNTS-2