.avif images not showing in the 'form' part, but good on the website and the 'table' part
Hi I have a FileInput form, of type Image, when I upload an .avif img, it show up, but when I save, the admin don't show the image anymore..
Is there something to activate ?
18 Replies
hello @Toufloux
I don't understood about your project.
could you plz explain about it in detail?
Did you run
php artisan storage:link
Or are you using something like s3?I run
php artisan storage
What errors are you seeing in the browser console?
I have never seen any errors
If the image isn’t loading there’s an error somewhere. 🙂
yeah
I understood
Check your logs. Maybe the errors there.
Also make sure your APP_URL is correct in your .env.
There’s also plenty of help threads about this same thing. Maybe try a search on here to see if any of those can help.
do you ask my help or give me your help?
I’m not the op.
I’m offering solutions.
yeah
but I don't need your help now?
but I think I will need later
or I can help you
😀
however thank you for your effort
see you tomorrow
thanks
good
Oh, what happened in here XD
@awcodes hi, so to answer, I don't have any errors in console, no log aswell.. The .avif images are showing good in the global site and on the 'table' part of Filament, it's only not show in the 'form'
up ?
Is it something within FilePond, since it's handling the upload UI?
I don't know, How can I check that ? There's maybe some config to do somewhere ?
Not sure. Maybe look in page-source and see how it's rendering things. Check what it's trying to display, if anything, like what filename or what mime type. Or console for errors it may be encountering.