You should fix the classname. They need to be the same in Linux. Windows and Mac are not case sensitive, but Linux is
Like this perhaps?
WebhookHandler
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello,
in my localhost spatie was working fine after deployment it's not working
local.ERROR: `` is not a valid process webhook job class.
in my webhook-client.php
'process_webhook_job' => App\Exceptions\webhookhandler::class,
as you can see it's seems spatie does not recognize my webhook-client.php process_webhook_job
even if
'process_webhook_job' => 'blablabla',
it will return
local.ERROR: `` is not a valid process webhook job class.
Please or to participate in this conversation.