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
I provided the correct refresh_token
but the response was
{
"message": "Unsupported input",
"status_code": 500,
"debug": {
"line": 73,
"file": "E:\data\php\PhpProject\eve-skynet\vendor\web-token\jwt-signature\Serializer\CompactSerializer.php",
"class": "InvalidArgumentException",
I provided the correct refresh_token
but the response was
{
"message": "Unsupported input",
"status_code": 500,
"debug": {
"line": 73,
"file": "E:\data\php\PhpProject\eve-skynet\vendor\web-token\jwt-signature\Serializer\CompactSerializer.php",
"class": "InvalidArgumentException",
my code
$configuration = Configuration::getInstance();
$configuration->cache = FileCache::class;
How to make it work properly?
eveseat/eseye version: "2.4.1"
The text was updated successfully, but these errors were encountered: