Can't preview an image with 'private' disk when using spatie-laravel-media-library-plugin
Hi, I have field like this , Uploading works fine. But I can't preview this image when I view/edit the reocrd. here is the disk in my 'config/filesystems.php': . On the model, I do have this block . I checked the document "One way to store files privately is to configure this in your S3 bucket settings, in which case you should also use visibility('private') to ensure that Filament generates temporary URLs for your files.", but I just use a local 'private' disk. any insights on how to let 'Filament generates temporary URLs ' for my loal private files? thanks
0 Replies