Leon Schneider
Leon Schneider
### 👟 Reproduction steps Navigate to `Auth `> `Templates `and then change the `Template language` - you will receive the error: `Missing required parameter: "locale"` ### 👍 Expected behavior The...
### 👟 Reproduction steps ``` await account.createOAuth2Token( provider: OAuthProvider.google, success: 'appwrite-callback-[project-id]://[host]/v1/auth/oauth2/success/', failure: 'appwrite-callback-[project-id]://[host]/v1/auth/oauth2/failure/', ); ``` Project id and host are set correctly - just anonymized here. Google OAuth is configured...
### 👟 Reproduction steps _**Note: I already reported this error in the [Appwrite repo](https://github.com/appwrite/appwrite/issues/9977), but since it turned out to be a problem with the Flutter package, I'll recreate the...