We have an afterSave function that processes each event when itās loaded. That processing includes storing a version number in the event data table. This used to work fine. Butā¦ with a nitro server, when the Confirmed event is loaded into the table, it overwrites the entire event (wiping the version number storage). This makes our code double-count the data (and thereās no way to prevent this, other than waiting for āconfirmedā, which takes >3 minutes on Polygon). I wouldnāt expect that confirmed events would overwrite changes to fields they donāt specifically change (they didnāt in the previous server version).
How does your afterSave function looks like?
what is the server url?