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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Bug Report: Receiving a general error for correct inputs using an email that account was previously deleted for #8135

Open
2 tasks done
bkkoluch opened this issue May 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@bkkoluch
Copy link

馃憻 Reproduction steps

  1. Call Account.create and create an account
  2. Go to appwrite and delete said account
  3. Try to create the account again for the same email

馃憤 Expected behavior

Account should be created correctly.

馃憥 Actual Behavior

I'm receiving an ambiguous general error:

message = "There was an error processing your request. Please check the inputs and try again."
type = "general_bad_request"
code = 400
response = {_Map} size = 4
 0 = {map entry} "message" -> "There was an error processing your request. Please check the inputs and try again."
 1 = {map entry} "code" -> 400
 2 = {map entry} "type" -> "general_bad_request"
 3 = {map entry} "version" -> "0.13.24"

馃幉 Appwrite version

Appwrite Cloud

馃捇 Operating system

MacOS

馃П Your Environment

No response

馃憖 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

馃彚 Have you read the Code of Conduct?

@bkkoluch bkkoluch added the bug Something isn't working label May 16, 2024
@ItzNotABug
Copy link
Contributor

This might happen because the Account would be yet to be deleted. Probably the worker hasn't run yet, hence the email is still attached to an account and thats why the ambiguous error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants