-
Notifications
You must be signed in to change notification settings - Fork 4.4k
🐛 Bug Report: Invalid argument (callbackUrlScheme): must be a valid URL scheme: "appwrite-callback-<project_id>" #5794
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
Comments
@Haimantika Thanks. Yes, I tried using the same id in lower case and it works. |
Great to know that! Can I go ahead and close this issue then? |
@Haimantika Yes, please. |
@Haimantika I think this issue needs to be re-opened - as the work-around is not a solution. (works only on web). |
👟 Reproduction steps
Create a project with identifier that contains upper case characters - ex:
MyProject
, the web oauth login fails in flutter. There's aFluuterWebAuth2._assertCallbackScheme
that validates the callback scheme against this regex:👍 Expected behavior
Appwrite console should validate and prevent users from creating invalid project identifiers.
👎 Actual Behavior
Appwrite console allows any value for a
Project Id
🎲 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: