Issue with Export Functionality and Notifications

I’m experiencing an issue with the export functionality in my application. When I click the Export button, I receive the following message: "Export started. Your export has begun, and 10 rows will be processed in the background. You will receive a notification with the download link when it is complete." However, I’ve noticed that no records are being inserted into my notification table in the database. Additionally, nothing is appearing in the notification icon bar on the interface. Has anyone encountered a similar issue, or could you suggest potential reasons for this behavior? Any insights or troubleshooting tips would be greatly appreciated.
No description
Solution:
are you running php artisan queue:work?
Jump to solution
4 Replies
Abmael Souza
Abmael Souza2mo ago
i would check via log debugging what is going on with the export, and which classes is it calling
Solution
toeknee
toeknee2mo ago
are you running php artisan queue:work?
izahidkhan
izahidkhanOP2mo ago
Thank you toeknee you saved me I run it before but nothing happen that time. Now I have run the same command and it works 🙏
Abmael Souza
Abmael Souza2mo ago
nice toeknee, I also needed that info for my project, since its a queueable, queue:work is needed

Did you find this page helpful?