You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I installed your plugin and made all migrations. Table filament_users was created, I created users, roles and it works excellent! The problem start when I try to download file using filament exporter (https://filamentphp.com/docs/3.x/actions/prebuilt-actions/export) I got an error Route [login] not defined. Looks like the user is not logged in. I added Export::polymorphicUserRelationship(); to the AppServiceProvider, and also changed export table in database to support multiple user tables, but i still have this issue. Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I installed your plugin and made all migrations. Table filament_users was created, I created users, roles and it works excellent! The problem start when I try to download file using filament exporter (https://filamentphp.com/docs/3.x/actions/prebuilt-actions/export) I got an error Route [login] not defined. Looks like the user is not logged in. I added Export::polymorphicUserRelationship(); to the AppServiceProvider, and also changed export table in database to support multiple user tables, but i still have this issue. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions