I am facing issues while signing up, the error is showing " Invalid document structure"
code: 400,
type: 'document_invalid_structure',
response: {
message: 'Invalid document structure: Attribute "userId" has invalid type. Value must be a valid string and no longer than 2000 chars',
code: 400,
type: 'document_invalid_structure',
version: '1.5.9'
}
In appwrite, i have made the attribute of userId 2000 chars still this issue exists.
I am facing issues while signing up, the error is showing " Invalid document structure" code: 400, type: 'document_invalid_structure', response: { message: 'Invalid document structure: Attribute "userId" has invalid type. Value must be a valid string and no longer than 2000 chars', code: 400, type: 'document_invalid_structure', version: '1.5.9' }
In appwrite, i have made the attribute of userId 2000 chars still this issue exists.