You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the cart isn't properly associating with an order when one is placed. I am being redirected to home on order success instead of the success page, with the error of "Cannot assign null to property App\Livewire\CheckoutSuccessPage::$order of type Lunar\Models\Order".
Thanks for reporting @devmanda this has come up a few times, the issue is the time between Lunar processing Stripe's webhook and having a completed order available.
I've put together a quick PR (which should be linked to this issue now) to demonstrate how you can solve this :)
It seems like the cart isn't properly associating with an order when one is placed. I am being redirected to home on order success instead of the success page, with the error of "Cannot assign null to property App\Livewire\CheckoutSuccessPage::$order of type Lunar\Models\Order".
Full Error Tracking:
https://flareapp.io/share/87nXeNym#stack
The text was updated successfully, but these errors were encountered: