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"