Export action error
I followed the instructions on the website and even added
databaseNotifications()
in the panel, but I still can't get download notifications after I click export. I only get a notification pop-up.Solution:Jump to solution
It’s due to the environment. We need to change queue_connection from database to sync.
2 Replies
php artisan queue:work
?Solution
It’s due to the environment. We need to change queue_connection from database to sync.