I would like to ask for help on this as I've been trying to solve this issue in hours now.
I don't know what's wrong on my end but it keeps on prompting
Argument 1 passed to Tymon\JWTAuth\Blacklist::__construct() must be an instance of Tymon\JWTAuth\Contracts\Providers\Storage, null given, called in /var/www/mmstraining/vendor/tymon/jwt-auth/src/Providers/AbstractServiceProvider.php on line 288 in file /var/www/mmstraining/vendor/tymon/jwt-auth/src/Blacklist.php on line 54
As per checking, Storage class is null though the interface is existing. I have no idea what's causing the error. Maybe some of you have encountered the issue. Appreciate the help!
Thanks