79648325

Date: 2025-06-02 07:21:39
Score: 2
Natty:
Report link
You might want to put some logging in your event listener to debug this 

Log::info('Event fired', [
    'request_id' => request()->id() ?? uniqid(),
    'path' => request()->path(),
    'server' => gethostname(),
    'memory' => memory_get_usage(true)
]);


additionally might want to check that there are no multiple event registration on your EventServiceProvider

Also can you check that you dont  have multiple instance of the app service plan deployed ? 
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Samuel Aramide