#[CLOSED] There was an error processing your request. Please check the inputs and try again. (400)
8 messages · Page 1 of 1 (latest)
Sdk version 12.0.1
On cloud
please help anybody?
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
remove the cache from you brwoser for appwrite url appwrite.io and cloud.appwrite.io
well, I'm developing in Flutter for mobile, not web, so... : (