0
S
Sophie Chen
Apr 08, 2026 187 views 2 replies
Bug Reports Solved Locked

After the latest update (v2.1), I noticed that portfolio images are no longer loading properly. Instead of the actual images, I see broken image icons.

This affects:

  • Portfolio listing page thumbnails
  • Portfolio detail page main image
  • Gallery lightbox images

The browser console shows 404 errors for the image URLs. It looks like the paths might have changed in the update. Anyone else seeing this?

2 replies

Best Answer
3
A
Administrator 6 days ago

Same issue here. It looks like the media storage path changed. Try running php artisan storage:link again after the update. That fixed it for me.

3
M
Marc Dubois 6 days ago

Can confirm the storage:link fix works. Also check if your .env APP_URL is set correctly; some image paths depend on it.

This thread is locked. No new replies can be posted.