-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Bug Report: Cloud Shows Underscores & Period are Allowed Characters for Project IDs #1015
Comments
@sourabpramanik My bad, I should've mentioned that the issue is with providing Project IDs. |
But the helper text in the create project dialog states differently than what you have posted in the bug description 🧐 |
@sourabpramanik Pretty sure that isn't Appwrite Cloud but probably I can still see that message on Cloud. |
Ah I see, I missed reading that sorry. Gotta wait for the update. |
Ya....we can probably just wait until cloud. |
Hmm...this was fixed as part of #589, but seems like there was a regression. |
@stnguyen90 this is now fixed in #1428 |
👟 Reproduction steps
The custom ID input on Cloud for Project ID has a helper label that says -
Allowed characters: alphanumeric, non-leading hyphen, underscore, period.
However the underscore and the period cannot be used.
Note: This is fixed in
1.5.x
but since the Cloud is still on1.4.13
, it can cause confusions.👍 Expected behavior
Allowed characters: lowercase alphanumeric and non-leading hyphen.
👎 Actual Behavior
The label displays - Allowed characters: alphanumeric, non-leading hyphen, underscore, period which isn't correct as we cannot use a period or underscore.
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: