spatie / laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel
https://spatie.be/open-source
MIT License
196 stars 51 forks source link

InvalidArgumentException(code: 0): Disk [gcs] does not have a configured driver. #71

Closed mahmoudabdelhalim closed 1 year ago

mahmoudabdelhalim commented 1 year ago

Hello,

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