FilamentF
Filament15mo ago
cyan.vm

Image preview not loading using FileUpload

The image gets saved when I create a new brand, but when I navigate to 'Lists,' the image is not displayed.
This is my APP_URL: APP_URL=http://127.0.0.1:8000. I have already run the command php artisan storage:link.
Relevant code in my BrandResource :
Tables\Columns\ImageColumn::make('logo')
                    ->label('Logo')
image.png
Solution
App url in the env should be the same as the url in the browser. So http://cc.test
Was this page helpful?