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
The update cashier:run gives an error when running: Call to a member function orderItemPreprocessors() on null
I checked when this occurs, and it looks like it comes from when a plan is deleted. The subscription plan is empty (duh) and it cannot get any properties from it, but the subscriptions are sometimes still active.
I think I did something wrong here, but the error could be a bit more clear, or maybe avoidable?