Issue:
We’re using the Stripe Subscription component in our Adalo app to display two plans (Basic — $4.99/month & Premium — $7.99/month).
The user is subscribed to the Basic plan, but the blue subscription label (“You are subscribed! …”) appears on both the Basic and Premium cards.
What we expected:
The “You are subscribed!” label and next billing info should only show on the plan the user is currently subscribed to (Basic in this case), not on other plans.
What we tried already:
-
Removed the list view and placed each plan card individually (to avoid list rendering bugs).
-
Refreshed data bindings & re-tested with real Stripe subscriptions.
-
Works the same way: the blue label still appears on all plans.
Impact:
Users get confused; it looks like they are subscribed to both plans. My client flagged this as a major UX issue and wants it fixed.
Environment:
-
Adalo Pro Plan
-
App using Stripe Subscription Component.
