React native – AppwriteException: Invalid query: Cannot query on virtual relation attribute
I'm developing a React Native app and utilizing Appwrite for storage and API calls. For saving the user ID of users who like a post, I'm employing the following API call: export async function likeVideoPost(postId, userId) { try { const…