Has the integration for revenue cat changed?

Actions & Logic

IN the last 3 weeks I have noticed 100$ churn rate on my subscriptions and the button to buy subscriptions is no longer working on my app.
Everything is correct on apples side in app store connect.

It seems that without any update, revenuecat is no longer working with flutterflow.

What have you tried so far?

I am using product by identifier currently, as I have a lot of subscriptions.
These are all being pulled from revenuecats "default" offering and I am naming the offering based on the subscription.

My action is what is attached, this seems to no longer work. When clicking the button in the app i get an error saying "null operator used on null value" which is leading me to suspect revenuecat is no longer reading the request properly.

I have tried adding a standard "weekly" subscription with no luck and also removing all other logic and having a dumb button to buy a standard tier with no luck.

This was all working before and has not been touched.

Did you check FlutterFlow's Documentation for this topic?
Yes
2