-
Notifications
You must be signed in to change notification settings - Fork 31
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
register fails on channles requests. #137
Comments
The error is in get_current_site() |
shmoon-kr
added a commit
to shmoon-kr/strawberry-django-auth
that referenced
this issue
Apr 8, 2024
nrbnlulu
added a commit
that referenced
this issue
Apr 10, 2024
* Fix register fails on channles requests. #137 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Refactor get_email_context function * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add test code for register mutation in channels context * Revert changes by a robot * Refactor test code of register mutation in channels context * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Refactor test_register * Replace verified_channels_app_communicator with unverified_channels_app_communicator * send activation email and added a skip for the email test on channels * Add host header in unverified_channels_app_communicator test --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: ניר <88795475+nrbnlulu@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stacktrace:
method to fix:
strawberry-django-auth/gqlauth/models.py
Line 59 in 7c97c50
The text was updated successfully, but these errors were encountered: