ExportAction: Route [login] not defined error
Hello everyone,
I use bulk ExportAction in resource. Everything works normally, from notifications to downloading the file. The file is created, the data comes in the structure I want. But when I try to download the file, I get the error that appears in the attachment. I am using a different model as the user model. I have also completed the steps for the manipulation in the migration file. Has anyone experienced this issue before? If so, what are your solutions?
Thank you in advance.
5 Replies
did u try run php artisan optimize:clear in your terminal ?
Yes, i tried it but still doesn't work
Error throwed because of there. I have two auth guard. Backend guard name: admin, frontend guard name: web. I think that's why it's throw unauthenticate error.
Did you find a solution for this please ?
I just check if request come from filament, override