Closed mwvolo closed 2 months ago
What I noticed in the first error (you are correct, the second error is unrelated), was that support_identifier was used in find_or_create - and it was complaining about duplicates. So if we want to remove support_identifier, we need to remove it from the user model and the API representors... as well as a few other place like admin search and import users.
and this is why we need qa....
seems this broke a few things, so adding it back in
not sure if this is also related