Was able to write in bucket after mounting the bucket into Laravel public folder (using gcsfuse), but unable to read

113 views Asked by At

So I am currently working on an API app, and I am trying to mount the bucket into my Laravel app inside public folder. It all went well,

I could open the mounted bucket and see all the files through ssh.

and I even managed to write into the disk, but it's very weird that I couldn't open the file through URL (e.g. localhost:8000/mountedimgdir/img.png) despite I could open other files inside public dir through the same means.

I tried doing chmod and some other suggestion from other threads, but the problem still persists.

0

There are 0 answers