© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
2 replies
ocram82

ExportAction download file on Digital Ocean Spaces

hi all, as i mention in the title i've and export action like this:

->headerActions([
                ExportAction::make()
                    ->exporter(UserExporter::class)
                    ->label('Export USers')                 
                    ->icon('heroicon-o-document-text')
                    ->color('primary'),
            ]);
->headerActions([
                ExportAction::make()
                    ->exporter(UserExporter::class)
                    ->label('Export USers')                 
                    ->icon('heroicon-o-document-text')
                    ->color('primary'),
            ]);


If i set the
FILAMENT_FILESYSTEM_DISK=local
FILAMENT_FILESYSTEM_DISK=local
or not set it all it's ok: after i click export button i receive a notification in which i have the link to download the csv or xlsx and all that's fine.

But if i set
FILAMENT_FILESYSTEM_DISK=s3
FILAMENT_FILESYSTEM_DISK=s3
all it's ok until i try to download the file. If i click on link to csv or xlsx i receive and error page like the image shows.

the error is in :
Routing
Controller
Filament\Actions\Exports\Http\Controllers\DownloadExport

Route name
filament.exports.download

Middleware
filament.actions
Routing
Controller
Filament\Actions\Exports\Http\Controllers\DownloadExport

Route name
filament.exports.download

Middleware
filament.actions


What's wrong with this? Consider that i only want to download and not store those files.
#help #Export download link
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Digital ocean spaces cors errors
FilamentFFilament / ❓┊help
3y ago
Spatie media digital ocean spaces, folders
FilamentFFilament / ❓┊help
2y ago
Deploying on digital Ocean
FilamentFFilament / ❓┊help
3y ago
Filament File Upload INtegration with Digital Ocean S3
FilamentFFilament / ❓┊help
3y ago