I tried running the code mentioned in the photos, but I'm getting this error:
LOG {"email": "temp@gmail.com", "password": "12345678", "username": "tempuser"}
LOG 66caf49c001766f82d02
LOG [AppwriteException: Invalid userId
param: Parameter must contain at most 36 chars. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char]
The user is being created when I check the cloud, but still I'm getting this error.
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...