Hi,
I have a problem regarding repeatable groups in my application. We use custom data loading through a provider to get all the data necessary for our FormModel. The data gets set correctly and when viewed through the SME or when using a started frontend (using npm start) the data is displayed just fine. When I stop the frontend and open the application on a different port where the application is served through our started backend on the other hand, our data is being loaded the same way and fields are filled but the repeatable groups are empty.
In another form that uses the same data with almost the same models (only the name differs) the repeatable groups work as expected. In both environments.
Why could it be that our repeatable groups are not filled correctly? Why is there a difference between running npm and not running npm despite having exactly the same data?
Fast help would be appreciated because this sadly blocks our going live.
Thanks in advance!
Nick