[SOLVED] Problem with insert and update on collection being in relationship.
- 0
- Databases
- Flutter
- Self Hosted
I started having problems since yesterday with one of my collection. I'm getting 500 error when I update or insert document. Trace in attachment
these logs are unrelated to inserting/updating documents 🧐
Sorry. Mistake
Do you get any errors in the MariaDB container?
Sorry, again wrong attachment🤦♂️This is correct
Sorry, I resolved by docker compose logs appwrite
I was adding field to json, that had not exist already
[SOLVED] Problem with insert and update on collection being in relationship.
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- 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...