Open andrecuellar opened 2 years ago
Your config/forrest.php
should have a username configured as well but I'm not sure why you are getting an error about session store. Especially if you configured your app to use cache instead of session.
Which laravel version are you using?
Hello, I have a Job and command, my job is calling to a service class
Command:
Job:
service
I'm using
Forrest::authenticate();
on the service, but I get this error on failed_jobsMy config/forrest.php file has this
I have read that with 'storage' => ['type' => 'cache'], it should be solved, but I still have the same problem when executing the command