i get an error while finding a save post, but in the attribute the save exist under user.
error is: TypeError: Cannot read properties of null (reading 'find')
line: const savedPostRecord = currentUser?.save.find(
(record: Models.Document) => record.post.$id === post.$id
);
My user is: tonymelony
and project id = 65a321d6b97507a5464a
Recommended threads
- One to many 2 way, console UI not correc...
Hey, seems I'm facing the exactly same issue with this one: https://github.com/appwrite/appwrite/issues/6016 Since this Github issue stay open for so long, let ...
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...
- Need help to create a wrapper which let ...
I’m looking for help setting up Appwrite properly on a VPS so I can build a self-hosting wrapper around it. The goal is to provide a Linux executable that allow...