Hi Bubble community,
I’m facing an issue with my repeating group, where in preview mode, the text fields show up as white boxes instead of displaying the actual text from my database.
Here are the details:
- Data Source: The repeating group is linked to a table called “Task,” which contains fields like Task Name, Urgency Level, and Dates. The data exists in the database but isn’t showing up in the preview.
- Issue: The repeating group only shows blank white boxes in place of text. The data is there because I can see it in the database.
- What I’ve Tried:
- Checked font colors and background styles to rule out visibility issues.
- Confirmed that the data source and constraints are correct.
- Tried filtering out empty rows but no changes.
- Inspected the page in DevTools, and it doesn’t seem like the text is being rendered.
I’m not able to rebuild the repeating group from scratch due to the complexity of the page. Is there something I might be missing in the setup?
Would appreciate any guidance or troubleshooting steps!
Thanks in advance!
#repeating-group #preview-issue #database