I use the "spatie/laravel-google-cloud-storage": "2.2" on Laravel 9
and using the disk to store files on the job file with Queueable, but I got the error.
Disk [gcs] does not have a configured driver. {"exception: [object] (InvalidArgumentException(code: 0): Disk [gcs] does not have a configured driver. at /var/www/dev.wetrn.com/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemManager.php:137)
And everything is working perfectly locally. it also works when I call the job, but Stop the queueable.
Do you have any solutions?
@freekmurze @AlexVanderbist
Hello,
I use the
"spatie/laravel-google-cloud-storage": "2.2"
on Laravel 9and using the disk to store files on the job file with Queueable, but I got the error.
Disk [gcs] does not have a configured driver. {"exception: [object] (InvalidArgumentException(code: 0): Disk [gcs] does not have a configured driver. at /var/www/dev.wetrn.com/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemManager.php:137)
And everything is working perfectly locally. it also works when I call the job, but Stop the queueable. Do you have any solutions? @freekmurze @AlexVanderbist