Class "Spatie\WebhookClient\Jobs\ProcessWebhookJob" not found #162
Unanswered
anandmainali
asked this question in
Q&A
Replies: 4 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
The tests indicate the package is working correctly. Feel free to send a PR should you find that the package is in error. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had the same issue and found a workaround here: #133 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Everything is working on my local but when i tried to deploy in server Class "Spatie\WebhookClient\Jobs\ProcessWebhookJob" not found error occurs.
Here's the detail logs:
[stacktrace]
#0 /var/www/project/vendor/composer/ClassLoader.php(571): include()
#1 /var/www/project/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile()
#2 [internal function]: Composer\Autoload\ClassLoader->loadClass()
#3 /var/www/project/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(97): unserialize()
#4 /var/www/project/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(253): Illuminate\Queue\CallQueuedHandler->getCommand()
#5 /var/www/project/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(213): Illuminate\Queue\CallQueuedHandler->failed()
#6 /var/www/project/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(192): Illuminate\Queue\Jobs\Job->failed()
#7 /var/www/project/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(581): Illuminate\Queue\Jobs\Job->fail()
#8 /var/www/project/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(527): Illuminate\Queue\Worker->failJob()
#9 /var/www/project/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(455): Illuminate\Queue\Worker->markJobAsFailedIfWillExceedMaxAttempts()
#10 /var/www/project/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(432): Illuminate\Queue\Worker->handleJobException()
#11 /var/www/project/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(378): Illuminate\Queue\Worker->process()
#12 /var/www/project/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(172): Illuminate\Queue\Worker->runJob()
#13 /var/www/project/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(117): Illuminate\Queue\Worker->daemon()
#14 /var/www/project/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(101): Illuminate\Queue\Console\WorkCommand->runWorker()
#15 /var/www/project/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\Queue\Console\WorkCommand->handle()
#16 /var/www/project/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()
#17 /var/www/project/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\Container\Util::unwrapIfClosure()
#18 /var/www/project/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\Container\BoundMethod::callBoundMethod()
#19 /var/www/project/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\Container\BoundMethod::call()
#20 /var/www/project/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\Container\Container->call()
#21 /var/www/project/vendor/symfony/console/Command/Command.php(298): Illuminate\Console\Command->execute()
#22 /var/www/project/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\Component\Console\Command\Command->run()
#23 /var/www/project/vendor/symfony/console/Application.php(1028): Illuminate\Console\Command->run()
#24 /var/www/project/vendor/symfony/console/Application.php(299): Symfony\Component\Console\Application->doRunCommand()
#25 /var/www/project/vendor/symfony/console/Application.php(171): Symfony\Component\Console\Application->doRun()
#26 /var/www/project/vendor/laravel/framework/src/Illuminate/Console/Application.php(94): Symfony\Component\Console\Application->run()
#27 /var/www/project/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\Console\Application->run()
#28 /var/www/project/artisan(37): Illuminate\Foundation\Console\Kernel->handle()
#29 {main}
"}
Beta Was this translation helpful? Give feedback.
All reactions