My export always fails, and the queue doesn't stop running showing failure
I have followed the method in the documentation.
but the results always fail as shown in the picture
4 Replies
Did you check your log file for errors?
also setup
failed-table
will helps when moving to prod too to keep an eye on things
https://laravel.com/docs/master/queues#dealing-with-failed-jobsLaravel - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
yeah. it said there was an error in the recapitulation.php model line 15.
but I don't understand why this is a problem when using the exporter
There is no authenticated user on the queue.
Auth::id()
doesn't work.