FilamentF
Filament3y ago
Vp

image not displayed on edit

File upload image cannot display on edit page.. what will be the error?
My code:
Forms\Components\FileUpload::make('icon')
    ->required()
    ->image()
    ->maxSize(1024)

Image is uploaded, displayed in table also (below image) but when edit, it cannot display in File upload form

v3.1.15
No error, no console error also
Screenshot_from_2023-12-08_11-36-29.png
Solution
Actually it's a problem of accessor in my model. Fixed now
Was this page helpful?