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
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...