submitted data disappeared

0
Why does the submitted data disappear when I log back in? Looking at the log, it was deleted.   2023-11-23T06:13:15.523926298Z stderr F 2023-11-23 06:13:15.518 WARNING - Core: Some autocommitted objects still existed on logout for session 'z001ksbp'.   2023-11-23T06:13:15.523956941Z stderr F Autocommitted objects are newly created objects which were not yet committed, but are inserted into the database because an associated object was committed.   2023-11-23T06:13:15.523962393Z stderr F Autocommitted objects should explicitly have been committed, please check your model and apply the necessary changes. The autocommitted objects have been deleted from the database to prevent database corruption.Number of autocommitted objects per type which still existed for this session:   2023-11-23T06:13:15.523974055Z stderr F - ProcurementContractModule.ProcurementContract: 1 object(s).
asked
1 answers
0

Auto-committed objects are Mendix objects committed to the database automatically because the app commits another object that references the auto-committed object.

 

You can find a more detailed explanation in the documentation.

 

https://docs.mendix.com/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/auto-committed-objects/

 

I hope this helps.

answered