Denxio
Private Image not showing
Form:
FileUpload::make('image')
->image()
->disk('local')
->directory('post-images')
->visibility('private')
->placeholder('Upload an image')
->columnSpanFull()
->required(),
Column:
ImageColumn::make('image')
->disk('local')
->visibility('private'),
Error: Still not viewable. Do I need to set up the other configuration files?
17 replies
Filament 3 - Multi Tenancy Upload Image Error
I encountered this error:
Unable to retrieve the file_size for file at location: livewire-tmp/GfJyK6WBXduMJSqGg3h31zbmRSE6JY-metac2FtcGxlLW9mZmljZS1kZXNpZ24ucG5n-.png.
From this tenant folder: /var/www/html/storage/tenant1/app/public/projects
I am going to upload the image to this directory, but I encountered this error when I tried to submit the form.
5 replies