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
If I press "Add user", fill all the fields, then press Save, then do all of it once again, the second record won't be written to the DB because the new record always has its _id to null. So, when the first record is created its _id is null, and the second record's _id is also null. The first POST request succeeds, the second fails. Only after I press Refresh button it is possible to add a new record.
The text was updated successfully, but these errors were encountered:
If I press "Add user", fill all the fields, then press Save, then do all of it once again, the second record won't be written to the DB because the new record always has its _id to null. So, when the first record is created its _id is null, and the second record's _id is also null. The first POST request succeeds, the second fails. Only after I press Refresh button it is possible to add a new record.
The text was updated successfully, but these errors were encountered: