ImageColumn not setting src attributes
I have this code and I'm trying to display an image using imageColumn. The issue is that no src is being set in the image in the HTML and I really don't know how to debug it.
When dumping the values in
getStateUsing
the value of the path is correct, however, it is not being set on the html as you can see:
I have no idea on how to debug it, I'm using Filament v3.2.922 Replies
I would dd the image_path? getStateUsing shouldn't be needed since it should be a product already right?
I had this problem once and it was actually due to the disc not being set to public when uploading. Might be worth checking where that image is, which disc is used in the env file, etc.