Creating a relationship with nested objects is not working as the documentation says
- 0
- Databases
- Web
- Cloud

{ "data": { "name": "DiDi", "type": "Software Development", "userJobs": [{ "$id": "68cbf1e2003612fb13ca", "jobTitle": "hr test from youssef", "applyUrl": "https://yaleeq.xyz", "location": "egypt", "type": "interniship", "yaleeq": true, "postedAt": "2025-09-18T21:00:00.000Z", "jobBody": { "$id": "68cbf1e200361fee6777", "jobBody": "<p>efqwfewqew</p>" } }], "companiesContacts": [] } }
Why smth like this is not working i am using updateDoument() all i am getting is {"message":"Server Error","code":500,"type":"general_unknown","version":"1.8.0"} i am sure the schemas are right and they are all two way relations the access is any can create , update , read so no problem with access idk what is the problem
Recommended threads
- Realtime integration with SSR auth
Hey, I have a nextjs website with SSR auth, works great. I use a session client for user verification and an admin client with API key. Both is used with node-...
- Adding "name" column to table creates 2-...
As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates di...
- Server Error when Pushing a Function
Get this ambiguous error when trying to push my function, it's TypeScript using NodeJS 18 ``` ? Which functions would you like to push? get-grades (get-grades)...
