I have two collections 'companies' and 'students'. And in students collection I have a relation of companies. Now I'm not able to figure out how I can create new student using relation from code.
this is the interface for companies: interface Company { company_name: string; company_logo?: string; CTC?: string; job_type: string; desc: string; Roles: string; } I've attached the code that I've wrote along with postman response that I'm giving and getting
Recommended threads
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...
- [SOLVED] GitHub Student Login Loop Issue
signed up using my GitHub Student Developer Pack. However, whenever I click "Sign in with GitHub", I get stuck on the login page. No matter how many times I try...
- Google OAuth Not Working on Brave/Firefo...
I'm having an issue with Google OAuth in my React + Appwrite app. After login, the dashboard is accessible only in Microsoft Edge, but fails in Brave and Firefo...