Any update on this problem? I have recently noticed this problem after upgrading to Mendix 9.24.10
We are facing the same issue ...
Looks like a Mendix problem
We're encountering a similar issue in our native app: Error setting value to p44.NativeMobile.TijdelijkeNotitie_Bewoner_Select.listView3→p44.0/limit. The error message indicates that the slot has already been freed.
We've attempted to resolve this by refactoring the page, but the issue persists.
Does anyone have any insights or solutions to this problem?
Hey vijaya,
I recently had same issue and it's not Mendix error, it's was due to bad development of page in my case I had same object that was used on page as Page parameter and from association and on refresh of that object it's was giving the error, you should do refactor of your page and everything will be fine.
Best regards, Slavko