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
The nickname column has a unique constraint in the database, although the model itself does not include one (and was not intended to have one). This leads to 500 errors upon signup and is not fully intended, since multiple same nicknames should be allowed.
The text was updated successfully, but these errors were encountered:
The
nickname
column has a unique constraint in the database, although the model itself does not include one (and was not intended to have one). This leads to 500 errors upon signup and is not fully intended, since multiple same nicknames should be allowed.The text was updated successfully, but these errors were encountered: