Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataError: value too long for type character varying(30) #4796

Closed
sentry-io bot opened this issue Nov 4, 2024 · 0 comments · Fixed by #4797
Closed

DataError: value too long for type character varying(30) #4796

sentry-io bot opened this issue Nov 4, 2024 · 0 comments · Fixed by #4797
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Nov 4, 2024

Sentry Issue: FLAGSMITH-API-50F

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(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant