is pagination can also cause rate limit ?
probably no, but what problem are you facing
its saying AppwriteException: general_unknown, Server Error (500)
cloud?
yes
please dm me your project id
project ID please.
now working,
ok
this problem is occuring again.
I/flutter (18480): AppwriteException: general_unknown, Server Error (500)
please dm me your project ID as I stated earlier
Recommended threads
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...