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
If I try to make the same username twice, API correctly responds with 400 and {"message":"Name is already taken."}. However, the frontend just has a "processing" loading spinner.
The text was updated successfully, but these errors were encountered:
If I try to make the same username twice, API correctly responds with
400
and{"message":"Name is already taken."}
. However, the frontend just has a "processing" loading spinner.The text was updated successfully, but these errors were encountered: