Login Route error while exporting csv files or viewing validation errors during csv import.
So i have a laravel application and I want the export and import to be functional. What's happening is that Whenever I am trying to export or import the csv is generated in the notifications and when i try to download the file, it is saying the login route is not found.
Ref: https://img.enacton.com/ShareX/2024/04/w4FMvKPUQJ.png
I have two panels admin and user. For authentication i am using separate guards admin and user for both the pannels.
I have also specified the export/import policy to return true on view function.
Have also added
Export::polymorphicUserRelationship();
in the app service provider
And made respective database changes for this as well.
Still when I am tryin to access export/import I am getting login route not found.0 Replies