1.2.1 Allowed characters: alphanumeric, non-leading hyphen, underscore, period
- 0
- General
- Databases

I think is an error here Hi there 🙂

i think we mean non-leading hyphen, non-leading underscore, and non-leading period.
@VincentGe, do you think we need to make this clearer?

If we want to make it clearer, we can make the warning more exact.
- If there's a character that's not allowed, say "allowed characters: letters, numbers, hyphens, underscores, periods.
- If there are leading characters that aren't valid, warning should say "ID must begin with a letter or number"

CC: @Sara Does this make sense? We can add to copy audit

I think your 2nd point is a good idea

Yeah more exact messages always help
Recommended threads
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- How can we add more than 8 attributes in...
Hey, when I tried to add attribute in my collection it showed me this Error "The maximum number or size of attributes for this collection has been reached." How...
- implement caching
It it possible to cache response for few minutes? I dont want to create function or implement a whole reverse server just to cache it in somewhere ?
