Hi,
Thumbnails are not displaying in the File Manager grid view when using S3-compatible storage (Hetzner Object Storage).
Environment:
Laravel 12.54.1
Filament 5.3.5
PHP 8.4
mwguerra/filemanager ^2.0
Storage: Hetzner Object Storage (S3-compatible, hel1.your-objectstorage.com)
FILEMANAGER_URL_STRATEGY=auto (also tried direct and signed_route — same result)
What happens:
Files are uploaded successfully to S3, accessible via direct URL, but thumbnails show only a placeholder icon in grid view. No errors in browser console or Laravel logs.
What I expect:
Image thumbnails should be visible in the grid view, similar to how they appear when using local storage.
Notes:
Files are publicly accessible via direct S3 URL
Storage::url() returns correct URLs
temporaryUrl() also works correctly