SaurabhOriginal post
Rank 1: Thread
final res = await AppwriteConfig.account.create( userId: ID.unique(), name: 'abc', email: 'abc@gmail.com', password: 'ehgskyugfdhyfgy'); log("SIGN UP RESPONSE>>>>>>>>>>>>>>>>>>>>>>$res");
Summary
The developers are encountering a 400 error while processing a request. They need to provide more detailed information about the SDK version, whether it's for cloud or self-hosted. They are sharing a snippet of code where they are creating a new account, but the error persists.
Solution:
1. Developers need to specify the SDK version being used and whether it's a cloud or self-hosted environment.
2. Check the inputs provided in the code snippet for creating a new account to ensure they are correct.