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
Our item creation route does its own check for item ID clashes ahead of actually trying to create the item, and raises a special error (409: Conflict) if there is a collision. I am seeing several cases where this collision is not found by the first check (instead returning a generic 500), and thus needs to be dealt with at the db insertion directly.