Failed to update user: Optimistic concurrency failure, object has been modified
So I’m trying to add in the database certain items into a user stock, and I get this problem
For context I’m using .netcore web api, entityframework, identity and sql server on backend and reactjs in the frontend.