Export not working when using Auth0

I'm trying to export data, nothing fancy or complicated but I'm getting the following error

Auth0\Laravel\Guards\AuthenticationGuard::login(): Argument #1 ($credential) must be of type ?Auth0\Laravel\Entities\CredentialEntityContract, App\Models\User given, called in vendor/laravel/framework/src/Illuminate/Auth/AuthManager.php on line 339


I'm using the Export builting action
Solution
I ended up using your Excel Export plugin 🙂 @Dennis Koch I commented out the lines that were failing and the file was being created and saving correctly but now the notifications were failing :/
Was this page helpful?