filament export empty file
I'm trying to export entries from table in csv format. all works as intended: I receive db notification, the file exists in public folder, but when I try to download the file it's empty. I tried to export only id fields but the result is the same. filament package is the latest version
2 Replies
also how to add custom fields in csv file. I need some extra fields but ExportColumn checks existing of fields
do you found a solution?
in my local server it works fine but in the production server its exactly like that
@Dennis Koch do you know how to solve this sir?