Hi Bubble community,
I’m experiencing an issue with my app. I created an Add to Cart function using a repeating group, and everything works perfectly in the test version. However, when I push it to the live server, the UI is not visible.
Here are some details:
- The repeating group is linked to a database that dynamically displays items.
- The workflow for adding an item to the cart is triggered on a button click within the repeating group.
- I’ve double-checked the database privacy rules and ensured everything should display properly.
- No errors are being reported in the debugger on live mode.
I’m not sure what could be causing this issue. Has anyone else experienced something similar? Any guidance on what I should check or adjust to fix this would be greatly appreciated!
Thank you in advance for your help.