Show non image files uploaded via spatie-medialibrary

When you get a broken-image like that, it usually means it couldn't find the specified image src file. Your browser probably is reporting a 404-not-found on that image. You can see this in your browser Network section when it tries to load the image.
When you right-click the image and choose Inspect, what is the src= value in the <img tag?
Was this page helpful?