Per title. Is there anything wrong with the relationship? I'm not getting any error messages on the frontend, perhaps there's some logs in the server?
Running in docker container, can access it.
Thanks!
Something more ominous has occurred:
I cannot reach the "Data" tab of my documents anymore.
Not in "users" or my other "posts" collection.
If I try to add it back this happens:
The attribute has now been removed from one collection. eg I can access the documents data once again.
For some reason the attribute (relationship) vanished, I didnt do anything. However, the relationship is still present in the other collection and its status is "PROCESSING". Eg, I cannot access the data in those documents either.
maybe you were creating multiple relationships with the same key or something. hard to say with out full explicit detail
Recommended threads
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...