Trouble on Test Version And Live Version

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.

Please do check if the live version has the datatype you are testing in the test mode.
sometimes the datatype is not reflected. this could prevent the repeating group from showing data and the no show of ui.

This topic was automatically closed after 70 days. New replies are no longer allowed.