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
Bruno Pereira
Bruno Pereira2d 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?
Abrar
AbrarOP2d ago
Indeed local disk was the issue. I switched to s3 and its started working.

Did you find this page helpful?