Describe the bug
whenever I make any authenticated request from super admin, it doesn't always go successfully I encounter an error, also when a resource controller is guarded with the role of super.
the version of my app hosted locally work well but once I push to heroku the errors start.
"message": "Argument 3 passed to Lcobucci\\JWT\\Signer\\Hmac::doVerify() must be an instance of Lcobucci\\JWT\\Signer\\Key, null given, called in /app/vendor/lcobucci/jwt/src/Signer/BaseSigner.php on line 44",
Describe the bug whenever I make any authenticated request from super admin, it doesn't always go successfully I encounter an error, also when a resource controller is guarded with the role of super. the version of my app hosted locally work well but once I push to heroku the errors start.
Laravel Version Laravel 8.0
To Reproduce Steps to reproduce the behavior:
Expected behavior whenever I access a route from heroku that required authentication it should go successful without any errors