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
StringDataRightTruncation: value too long for type character varying(30)
File "django/db/backends/utils.py", line 89, in _execute
return self.cursor.execute(sql, params)
DataError: value too long for type character varying(30)
(25 additional frame(s) were not displayed)
...
File "custom_auth/oauth/views.py", line 60, in login_with_github
token = serializer.save()
File "custom_auth/oauth/serializers.py", line 54, in create
user = self._get_user(user_info)
File "custom_auth/oauth/serializers.py", line 90, in _get_user
return UserModel.objects.create(
The text was updated successfully, but these errors were encountered:
Sentry Issue: FLAGSMITH-API-50F
The text was updated successfully, but these errors were encountered: