So when using a GET request, its throwing the following error {"message":"Server Error","code":500,"type":"general_unknown","version":"0.12.46"} I have no errors showing on my workspace, and im rather confused as to what is causing this.
it throws a AppwriteException: Invalid query: attribute not found in schema on the web console, but that is after the 400(bad request) log
So I tried something.
https://cloud.appwrite.io/v1 throws {"message":"The requested route was not found. Please refer to the API docs and try again.","code":404,"type":"general_route_not_found","version":"0.12.46"}
not sure if its related
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...