-
Notifications
You must be signed in to change notification settings - Fork 51
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
Sign Up throws BadRequestException #166
Comments
I discovered that SignUp's |
A PR is always welcome! Thanks @MilesLitteral |
@MilesLitteral, I'm looking into your PR - I'm struggling to duplicate the malformed request issue you're seeing. If it's a general issue, it should be present when testing in our CI against the latest released tag on the This makes me think it's a Unity issue - potentially a conflict between |
That's possible, I was under the impression it could be a general error because this issue came up when calling sign up regardless on my system though it could be a separate issue, however this function definitely works in Unity out of the box as the request isn't malformed when sending a UserAttributes object |
Bug report
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Note: Confirm you have new user sign up enabled
supabase.Auth.SignUp(<email>, <password>);
BadRequestException
:Expected behavior
Sign Up user acknowledged in dashboard
System information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: