Webhook not hitting the job #146
Unanswered
JGarciaGuerrero
asked this question in
Q&A
Replies: 1 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, there, I´m using this app to handle my wehbhooks and I´ve found an issue, the config webhooks doesn´t hit the jobs (at least in localhost).
I´ve followed the docs, installed and published and make the route:
Make the exception in csrf
In my config I have this:

And I created a job using the artisan command, but when in my local cmd I try the events like: stripe trigger charge.succeded
it gives me always a 200 response, no matter if I even delete all the content in the config/stripe-webhooks:

Even with this, I´m getting a 200 OK response.
But if I delete the "return" as well, it gives me a 500 response, so I guess the route is going well to config, but for some reason it didn´t matter what I return meanwhile I return an array.
I´ve looking in this github and some people had the same problem but no one has given a response yet.
Thanks for your time!
Beta Was this translation helpful? Give feedback.
All reactions