Export download file not found on server
I'm using Filament built in Export feature for exporting select records. It works fine as expected locally. But on server, when I try to download file from notifications, its 404 not found.
Anyone facing the same issue? Where can I start debugging it?
4 Replies
whats the filesystem you're using?
If you're using the local or public, did you run on the server?
Solution
Indeed local disk was the issue. I switched to s3 and its started working.
i am having this same issue, mine doesnt work locally, i have done the storage thing and also changed the fileDisk for the exporter, but the issue persist. pls what can i do?