URGENT: Deployed to Forge server and now website broken, getting Attribute [stripeWebhooks] does not exist. #150
Unanswered
hondaman900
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Since it works at your end locally and our testsuite passes, I'm going to assume the root of the issue is something with your production environment. As a quick fix you could try to manually register the routes that the package tries to register using the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Everything is working well on my local dev site. Webhooks working well with Stripe CLI. I pushed to my Forge server and my whole site is now broken. In the Forge deployment log it's saying
In my
web.php
routing file I haveRoute::stripeWebhooks('stripe-webhook');
which works fine in dev.
I found two others in the discussion group for this package who had this same issue and neither found a resolution. One reverted to installing Cashier and I don't have that option.
What is different in the deployed environment that would trip this up? Is something not getting pushed to the live server that would cause this, and if so, why?
Beta Was this translation helpful? Give feedback.
All reactions