Open CDBridger opened 1 year ago
As a note we have fixed the issue in our backend but I'm still curious to get an answer to this question.
@CDBridger how did you fix this ?
@radex facing this issue, any idea on why this is happening ?
We had a timestamp issue which was causing updated records to be sent, it didn't fix the created entries not being created (but we are no longer hitting this bug because of the aforementioned bug fix).
Currently experiencing an error in the backend which means its sending updated records as created, that's on us. My question is, the error it throws implies it will still update the database
but then at the end it doesn't updated/create the record to at all and throws
which means A bunch of the records which are created are never added to the database (that came in the same payload)
"react-native": "0.72.3", "@nozbe/watermelondb": "^0.26.0",