There was an error processing your request. Please check the inputs and try again. (400)
- 0
- Flutter
- Auth
- Cloud
while registering user
appwrite sdk version : 12.0.3 in dart using cloud
suddenly stops working
try {
final res = await AppwriteConfig.account.createOAuth2Session(
provider: OAuthProvider.google, scopes: ['email', 'profile']);
this is the code for google auth
Are you using the dart SDK or the flutter SDK?
flutter sdk appwrite: ^12.0.3
Such scopes are really needed? Try omitting them
ok
same error after removing them
At what point you're getting this error?
after redirecting to cloud.appwrite.io
before redirecting
Ok. Do you have set everything in the appwrite cloud console (enabled Google oauth and set it?)
yes
In the Google cloud platform, the URL set is the one specified in the popup that opens after clicking the google section in the creenshot you sent?
Recommended threads
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- Sveltekit + Bun sites runtime not deploy...
anyone tried deploying sveltekit + bun sites? its building but not running, and the only thing from build console to value is ``` > Using svelte-adapter-bun .s...
- Register Disable
this is possible disable register but keep oauth login?