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

laravel 9 in not working #15

Closed umang200 closed 2 years ago

umang200 commented 2 years ago

image

freekmurze commented 2 years ago

Could you submit a PR that fixes this for you?

j3j5 commented 2 years ago

We are having the same issue. Strangely enough, I've been able to reproduce it only in production (which actually caused us to rollback the upgrade). I've been trying to reproduce it locally but with no luck so far. If I can find any other info I'll post it here, hopefully with a PR, although I'm not sure whether the issue is here or on the Flysystem driver itself.

lalmat commented 2 years ago

Hi Everyone,

We have a similar problem with laravel 9 where we can't put data to GCP. We can reproduce the problem on local machines, but we don't have any log to highlight it...

lalmat commented 2 years ago

Debbugger is our friend. Here is more informations :

image

Crash in vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php @ line 344

We rolled back the bucket from Uniform Access To LCA and it's working now.