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

Fix missing email exception and phone users being marked as skipped #56

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

PineappleIOnic
Copy link
Member

@PineappleIOnic PineappleIOnic commented Oct 31, 2024

Currently, email is marked as required in migrations but are not required in Appwrite so migrating users without an email throws an exception and Phone users are being marked as skipped because we create a user with the phone number, then we try to update that user with their own phone number and it returns a 409 conflict marking it as skipped.

@abnegate abnegate merged commit 109ad39 into main Oct 31, 2024
2 checks passed
@abnegate abnegate deleted the fix-various-auth-bugs branch October 31, 2024 06:10
@abnegate abnegate restored the fix-various-auth-bugs branch October 31, 2024 06:19
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 this pull request may close these issues.

2 participants