I'm trying to get OAuth Client Id from google cloud console for implementing User verification using Google. But when i try to enter the appwrite URL "http://35.224.--.7-/" to the authorized javascript origin, it's not accepting the url, I tried to point my appwrite ip address to my custom domain so I can add it here but that also giving me server error. I'm still learning appwrite, Please someone help me out.
Maybe this will help: https://github.com/appwrite/appwrite/discussions/4997#discussioncomment-4670681
Recommended threads
- Completely confused about appwrite types...
I used the appwrite cli to get types such as: ```javascript export type Events = Models.Row & { title: string; description: string | null; startDate: stri...
- Is there a way to use OIDC for Appwrite ...
Is there a way to use OIDC for Appwrite Console? (Self hosted).
- Avatar URLs are using server IP address ...
Issue: Avatar URLs are using server IP address instead of configured domain Environment: Appwrite Version: 1.8.0 Setup: Self-hosted on Google Compute Engine wi...