AjaykumarOriginal post
Web Developer
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
Summary
The developers are encountering an issue with an invalid `userID` parameter, despite the dashboard showing the user's creation. The log should be checked for an `id`. The error states that the `userID` parameter must contain a maximum of 36 characters and follow specific character guidelines.
Solution: The `userID` parameter needs to adhere to the specified character requirements (a-z, A-Z, 0-9, period, hyphen, and underscore) and be within 36 characters. Make sure the `ID.unique()` method generates a valid `userID`.