Self-hosted appwrite, relationships.
I deleted the relation with this attribute but somehow it remained in the other collection. Now when I try to delete it, it says that it cannot find an ID so it could not delete it.
Hi π I think this error should go away on itself. Is it still working like this for you?
I reconstructed the DB, and made sure to not restrict the deletion of relationships
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- 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...