© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
28 replies
Serjiklis

Image Load not ending

I can’t understand why the downloaded file is not displayed in the admin panel when downloading the file, initially it is downloaded, the image is shown when you click on the save button, the download does not finish and the thumbnail of the downloaded file is not displayed in the list, a name is generated and the file is saved in the storage.

I have: APP_ENV=local
I was created storage with: php artisan storage link
My form :

Section::make()
->schema([
FileUpload::make('thumbnail'),
Toggle::make('active'),
DateTimePicker::make('published_at')
->required(),
Select::make('categories')
->relationship('categories', 'title')
->required(),
]),

public static function table(Table $table): Table
{
return $table
->columns([
Tables\Columns\ImageColumn::make('thumbnail')
])
image.png
image.png
image.png
Solution
Sorry 😦 I change APP_URL=http://0.0.0.0 and it working, I read few times this post
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

the image does not load correctly
FilamentFFilament / ❓┊help
3y ago
Image not showing
FilamentFFilament / ❓┊help
2y ago
FileUpload load image from /storage/... instead of /public/...
FilamentFFilament / ❓┊help
2y ago