Hi, I am an armature trying to set up a Google Sign-in button and authentication with some scopes. However, I don't understand why I can't redirect the button to my success page. I have tried troubleshooting and looking at documentation but nothing is working. My website is registered in the custom domains with the proper subdomain. I will attach some of the code below as well as my attribute scopes. Any help would be great. Thanks.
Add a web platform to your project
I do have a web platform. However I did just notice that the hostname of the web platform was under revealyt.org and not *appwrite.revealyt.org. So let me try that. I'm gonna be mad if this works
It should match your app, not the Appwrite endpoint
so should I revert the hostname back to revealyt.org?
either way I run into the same error
Why did you put appwrite.xyz.com for your success url?
I have 'appwrite' as a subdomain. The full url for the success url is https://appwrite.revealyt.org/templates/success.html
Then appwrite.revealyt.org should be your web platform
alright, but the problem still persists
same error 400
is there something wrong with the attributes and what the button is requesting?
Recommended threads
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...