Leon Schneider
Leon Schneider
@stnguyen90 I switched from the self-hosted version to the cloud version, so unfortunately I can't provide any feedback, sorry.
@stnguyen90 Thank you for your answer. Yes, Google oAuth is configured correctly, also because `createOAuth2Session `works, but `createOAuth2Token `produces the errors mentioned. The user is also always created in the...
@stnguyen90 I think I have a solution to the problem. I have checked the `webAuth()` method in your `client_io.dart` file: `...\appwrite-17.0.1\lib\src\client_io.dart`: This awaits `key `and `secret`. However, the URL contains...
Since it is probably a bug in the Flutter package, I am closing the issue here for now and I have opened a [new issue in the Appwrite SDK for...
As already mentioned in the original [issue](https://github.com/appwrite/appwrite/issues/9977#issuecomment-2972653664): I have checked the `webAuth()` method in your `client_io.dart` file: `...\appwrite-17.0.1\lib\src\client_io.dart`: This awaits `key `and `secret`. However, the URL contains only `secret` and...