Currently my development environment work perfectly. When I push to production is when I experience an issue. As expected the push from development work fine with no errors.
My symptom or issue is that my focus Group drop down does not show in production. It appears to show and then collapse (Based on the dark line in the image below). I really don’t understand why it work in development but not in production. Any insight or ideas would be very helpful.
As your repeating group data is coming from your database my guess is that the required data is missing from your live database (as it’s working in the dev version that’s almost certainly the case).
So you need to copy the relevant parts of your dev database into you live database before the repeating group will show inside the focus group.