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

Don't raise on invalid emails #624

Open
sentry-io bot opened this issue Apr 21, 2021 · 0 comments
Open

Don't raise on invalid emails #624

sentry-io bot opened this issue Apr 21, 2021 · 0 comments
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Apr 21, 2021

Sentry Issue: STUDY-CREATOR-3Y

ValidationError: {'email': ['Enter a valid email address.']}
  File "graphql/execution/executor.py", line 452, in resolve_or_error
    return executor.execute(resolve_fn, source, info, **args)
  File "graphql/execution/executors/sync.py", line 16, in execute
    return fn(*args, **kwargs)
  File "creator/referral_tokens/mutations.py", line 102, in mutate
    referral_token.full_clean()
  File "django/db/models/base.py", line 1206, in full_clean
    raise ValidationError(errors)

An error occurred while resolving field Mutation.createReferralToken
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

No branches or pull requests

1 participant