-
Notifications
You must be signed in to change notification settings - Fork 141
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: Unable to use .community domains as custom domains in firefox #474
Comments
Also just noticed that this issue only seems to happen in ff. Chrome works as expected |
I think I've narrowed down the problem to this part of the regex
Any tld longer than 6 characters doesn't get matched. Which works fine except that some tlds are longer than 6 characters as seen with The solution would be to bump the limit to either 24 or 63
Although that actually wouldn't work for all domains since "-" is not included in the filter, so actually adding a dash would allow proper matching of big domains
|
Closing as a duplicate of appwrite/appwrite#5273 |
👟 Reproduction steps
👍 Expected behavior
The form should accept .community domains and move on to the next step
👎 Actual Behavior
You get a "Must be a valid domain error"
Note that it is possible to bypass this error by changing the validation pattern on the form
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
Windows
🧱 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: