Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

grahampyett's avatar

Database notifications not appearing in database

Hi all, I had my notification system all working correctly with email, database, and broadcast via pusher. But suddenly, now the database and broadcast notifications are no longer working (email still is though). The only code changes were from a git branch merge, but none of the code in that merge affected any of my notification code. Additionally, reverting to a commit before the merge also did not make them start working again.

Other database connections are still fine, I can create/retrieve/update data, but the notification table stays empty. Pusher is still connecting fine, when I reload the page I see connections in the Pusher console.

Any assistance would be greatly appreciated. Please let me know if there is any code you need to see

0 likes
1 reply
grahampyett's avatar
grahampyett
OP
Best Answer
Level 1

nm, i fixed it

I found the problem by enabling the failed jobs table with php artisan queue:failed-table and that showed me the exception that was happening

Please or to participate in this conversation.