I’ve been struggling with a new project in a self hosted instance of the v1.5.10. This has been happening before the upgrade I’d say I first noticed maybe a week ago.
I can’t seem to run any queries using the sdks, but when I try the same result with the REST API using the same params, key etc it works.
What am I missing here? All the sdks I tested are the latest versions on npm, pub.dev and pip
Recommended threads
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- 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...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....