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 returned user from Clerk has no username key unless it's set in Clerk. When it's empty or usernames are disabled in Clerk the key is missing and it throws an exception Undefined array key "username"
Will submit a PR to update the mapUserToObject function to:
While using clerk, the user() object mpas username to nickname, it seems like username is no longer valid and throws an error
The text was updated successfully, but these errors were encountered: