Hi all,
In light of the recent court ruling against Apple taking the 30% cut in the US, I decided to try out the Web Paywall button that RC recently introduced. However, when creating the paywall after creating the web offering, I’m seeing this red alert when I make the button option to navigate to a web paywall.

Also noticing that in my code (using React Native + Expo), when showing the Paywall with `RevenueCatUI.Paywall` and my new offering that has the web billing option (along with iOS), the paywall screen errors out and falls back to the default paywall. If I switch out the paywall button option from “Web Paywall” to something like “URL”, I no longer see this issue.

Is this related to how I’m configuring web billing in my React Native app? I’m currently using react-native-purchases to configure my iOS and Android SDK for purchases, but do I need to do something similar to ensure the web paywall button works as expected?
I’m also using my own custom app user IDs to identify users. Would love assistance here - I’d love to ship and experiment with this new revenue channel as soon as possible!