Image Not Displaying in Edit Form
Hi Filament colleagues,
When I upload an image in a form, the preview shows up correctly and everything is saved properly. In the table view (thumbnail), everything also looks fine.
However, when I go to edit the record, the image does not display properly—it just shows a loading spinner (it says "loading...").
I have checked the .env file and config/filesystems.php—everything is set correctly, including the APP_URL and storage path. I also ran php artisan config:cache and php artisan config:clear, but the issue is still there.
In summary:
The image shows correctly in the table view (thumbnail)
The image does not display in the edit form; it just shows the loading spinner.
Has anyone encountered this issue or know how to solve it?
When I upload an image in a form, the preview shows up correctly and everything is saved properly. In the table view (thumbnail), everything also looks fine.
However, when I go to edit the record, the image does not display properly—it just shows a loading spinner (it says "loading...").
I have checked the .env file and config/filesystems.php—everything is set correctly, including the APP_URL and storage path. I also ran php artisan config:cache and php artisan config:clear, but the issue is still there.
In summary:
Has anyone encountered this issue or know how to solve it?
