I already cleaned and rebuilt the flutter app as well
Do you use a physical device or an emulator? in emulator causes these problems
both
both still occur this problem
helpme with the variable appwriteCallback
appwrite-callback-64c8dfe**0efd228047
this is my callback
I put the appwriteCallback variable in this 3 flavor see at the manifestPlaceholders
is this a consider a bug on cloud side? @Steven
nope. it works fine for others
I will going to back to this topic I will postponed this issue hehhehehe
a video or image of how the screen looks could also help
If you set the credentials to console.cloud.google.com?
i would expect some sort of error if something in appwrite or google was configured incorrectly 🧐
correct but gives few details to know the cause
i think your project id is wrong here
this is the gmail account actually succefully created but yeah callback is still my problem
yes...the production one looks wrong
ah nvm. it's really hard to try and match the project ids up with screenshots 😑
this was wrong...
can you maybe share a recording of what's going on in the app?
I understand the issue now. After I gave my friend the APK for testing, he reported that there were no bugs and the callbacks were correctly being redirected to his phone. This suggests that the problem might be with my physical device. The device I'm using is relatively old and operates on version 8.1.0, which could be the source of the issues I've been encountering. 😅
However, I am using the google_sign_in package before actually they use a native one like no need to go in browser, and this actually work fine if we have a native sign in for google
https://github.com/moshOntong-IT/appwrite_oath
I just create another repo for testing purposes heheh
Recommended threads
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Relationship lists aren't showing
In flutter, when I perform a listRows function for my table which contains various relationships in addition to normal data, I am not getting the relationships ...