I tested the authorization login of github locally. After it was successfully released, the authorization error was as follows Error 500 Duplicated document: Duplicate entry 'ip:xxx.xxx.xxx.xx-2023-09-06 00:00:00.000' for key '_32814_abuse.unique1' Error ID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
This only happens if you're hitting some endpoint too frequently. Would you please share your network logs of your API calls?
I tested it several times just now and it didn't reproduce. When I reproduce it, I will share the log.
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...