Hi Everyone, im experiencing issues with set relation data. When im setting the document id from the related database most of them seem fine, except one table.
In the console the data seems to be set properly, but when i edit this specific row, in the dropdown, theres no selected value. When im querying these items the relationship value is always null, even when the console says the value is set.
The relationship is 1:1, im running appwrite 1.7.4 self hosted (official image) and node-appwrite 17.2.0.
Does anyone experience same issues like this?
The second value is always null, in console and via the sdk
Recommended threads
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- 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...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...