Images not displaying in v3 demo app
I just installed the v3 demo app (https://github.com/filamentphp/demo), and everything seems to work well except the images. The images are in storage/app/public and are seeded in the database, but they do not display in the table or form. I'm not sure if this has something to do with the use of
SpatieMediaLibraryImageColumn
instead of a standard ImageColumn
.
I'm using all the code directly from the repo (no modifications).
Was anyone else able to get the v3 demo app running locally β with working images?Solution:Jump to solution
Silly mistake π€¦ββοΈ I didn't update the APP_URL in the .env. Classic!!
12 Replies
php artisan storage:link
Thanks for the quick response. The command ran successfully, but the images still do not display in the table or form.
I think they have to be saved both ways.
showing fine for me
what are the errors in the console for the images
Fine here too on a quick fresh install
in V2 at least the same thing was happening to me and it happened that I had to save the images in the 2 paths for some reason
Solution
Silly mistake π€¦ββοΈ I didn't update the APP_URL in the .env. Classic!!
Classic!
so that was my mistake too LOL
I'll leave the post since someone else in the future might make the same mistake....probably me. π
i have the problem but for now i can't find a soul.