Development and Production Sync Issues

Hello,

I am at a point where I’m stuck.

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.

Jim

What’s inside the focus group? A repeating group?

Yes I repeating group with text.

re

Jim

Did you copy the development content to live? You can copy specific types:

What’s the data source for the repeating group?

regroup

No, I just posted the entire build.

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.

You nailed it.

Thanks Adam!

1 Like

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