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?
3 Replies
whats the filesystem you're using?
If you're using the local or public, did you run on the server?
Indeed local disk was the issue. I switched to s3 and its started working.