Replies: 1 comment 1 reply
-
I would recommend listing your exact versions of the Framework and Cashier, since latest can change quickly. I'm not sure if this is related, but I also got a random 404 error for a Twilio webhook this morning, that I cannot replicate. Route::post('whisper', [CallController::class, 'whisperMessage'])->name('whisper'); I'm chalking it up as a fluke for now, but would be interested to hear if others have had this issue recently. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi
I'm using the latest version of Laravel 8 and Cashier and I have created / extended the webhookcontroller to handle more callbacks from Stripe, but...
For some reason I can see that there is a 404 when Stripe do a post to the route for the checkout.session event
In my version of the web hook controller, I log all events that does not have a handleXXX method
Any hints on what I am missing ?
Beta Was this translation helpful? Give feedback.
All reactions