Back
1.2.1 Allowed characters: alphanumeric, non-leading hyphen, underscore, period
- 0
- General
- Databases
I think is an error here Hi there 🙂
TL;DR
Summary: The thread discusses making the warning messages more clear regarding allowed characters in an ID field. It is suggested to specify the exact allowed characters and specify that the ID must begin with a letter or number. There is also an error mentioned.
Solution: Update the warning messages to say "allowed characters: letters, numbers, hyphens, underscores, periods" and specify that the ID must begin with a letter or number. Fix the error mentioned.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
- I have try to use the appwrite in to the...
Invalid Origin. Register your new client (oailedjdbkhlkakmnnapoonllbnfmfij) as a new Web (Chrome Extension) platform on your project console dashboard
- what happened with 'never paused' ????
I can already imagine how annoying this is going to be...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...