PDOException while adding or removing any document. came randomly but now the error persist. fixes?
- 0
- Databases

whats this error while adding or deleting any document, it came randomly after working fine. but after it came. it persist and i canot write of delete document now in any collections :/
is there any known solution ? or will it be resolved automatically?

quick fix , run docker-compose down
and then shut down the entire host server and restart it. then run docker-compose up -d --force-recreate --remove-orphans
ro restart the appwrite server..

and the issue is not there.. but the issue reappears as soon as i try to remove one specific document in a collection with both "many to many" and "one to many" relationship. don't know if it has anything to do with it. but that's the initial thing i notice

i deleted that collection which was causing the trouble and recreated it with another collection ID. as i am starting by development its not an issue to recreate collection.. but imagine this kind of error poping in between production Server// ??

weird..if you can reliably reproduce the issue, you can create an issue on github with the steps and we can try to troubleshoot to see what's wrong and fix it

Sure, i will try to reproduce the issue,. May be its a technical glitch caused by series of steps.. i will report of this is reproduced again
Recommended threads
- Query params are way too limiting in ter...
I was trying to list rows in a table that do not already exist in another table. I retrieved around 260 row IDs which are 13 characters in length each, and then...
- Relationship null, even when relationshi...
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. ...
- REQUEST FAILED IN MIGRATION
I was trying to moved my archived project to a self-host database . Though the Project is "read only" but there's a message that I can view and migrate data to...
