go to
/vendor/filament/actions/src/Exports/Enums
// LIne 29 change from absolute: false to absolute: true
public function getDownloadNotificationAction(Export $export): NotificationAction
{
return NotificationAction::make("download_{$this->value}")
->label(__("filament-actions::export.notifications.completed.actions.download_{$this->value}.label"))
->url(route('filament.exports.download', ['export' => $export, 'format' => $this], absolute: false), shouldOpenInNewTab: true)
->markAsRead();
}Filament v3, export action cant download via behind proxy and subdirectory
by
Tags:
Leave a Reply