F
Filament2mo ago
Abrar

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?
Solution:
Indeed local disk was the issue. I switched to s3 and its started working.
Jump to solution
4 Replies
Bruno Pereira
Bruno Pereira2mo ago
whats the filesystem you're using? If you're using the local or public, did you run
php artisan storage:link
php artisan storage:link
on the server?
Solution
Abrar
Abrar2mo ago
Indeed local disk was the issue. I switched to s3 and its started working.
devimoh
devimoh2mo ago
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?

Did you find this page helpful?