#[CLOSED] There was an error processing your request. Please check the inputs and try again. (400)

8 messages · Page 1 of 1 (latest)

jaunty knot
#

Gonna need more info, what SDK version? Cloud? Self Hosted? Be as verbose as you can please

daring crow
#

Sdk version 12.0.1
On cloud

daring crow
#

please help anybody?

proud spindle
#

Was this fixed? I'm seeing the same thing

#

What's funny, it did work a few weeks ago when I was developing it, now I've came back from the leave and wanted to ship an update to my app, turns out I cannot create a new account lol 😄

#

@jaunty knot any help would be appreciated, using Appwrite's default email create by calling

await _account.create(
userId: _uuid.v4(),
email: email,
password: password,
);

and I'm getting the same error message as in the thread

daring crow
proud spindle
#

well, I'm developing in Flutter for mobile, not web, so... : (