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
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.