paulosOriginal post
Rank 1: Thread
i have a backend file where i handle the appwrite crud operation where it works fine when it is called form a front end but i wanted to implement a webhook where i extract the body from the webhook and update a document from a collection but i am getting an error
Summary
Backend file for appwrite CRUD operations works fine from the frontend, but encountering an error when trying to update a document from a collection using a webhook.