thisisinsaneOriginal post
Android Developer
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.
Summary
Error message is '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.' User is being created but error persists.