-
Hi, I've copied 1:1 code from the documentation to handle a webhook but it's throwing this error: Handler implementation
Config implementation:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Unsure why this was moved to Q&A since it clearly seems to be an issue with the package itself. I wasn't able to figure out what was causing this or solve it so I just decided to make my own webhooks handler instead of using this package. |
Beta Was this translation helpful? Give feedback.
-
I guess name of file should be |
Beta Was this translation helpful? Give feedback.
-
For anybody having the same |
Beta Was this translation helpful? Give feedback.
-
Short answer: Long answer: I've noticed this issue pop up in a few discussions, I also hit the same issue. We had our queue already running under supervisor (via Forge), we added this library, but the process part of the flow broke because it wasn't "aware" of this new code. As per the Laravel docs:
https://laravel.com/docs/10.x/queues#queue-workers-and-deployment This is particularly tricky to trace because (for us) it only presented itself in production. |
Beta Was this translation helpful? Give feedback.
Unsure why this was moved to Q&A since it clearly seems to be an issue with the package itself. I wasn't able to figure out what was causing this or solve it so I just decided to make my own webhooks handler instead of using this package.