You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once a new record has been saved to local db, the phantom property is set to false, as a consequence when you sync with server the phantom property is still false and the POST url has the record id in the path (ie POST /model/ext-record-123) which is wrong.
Once a new record has been saved to local db, the phantom property is set to false, as a consequence when you sync with server the phantom property is still false and the POST url has the record id in the path (ie POST /model/ext-record-123) which is wrong.
Marco