This is the issue on which I'm working right now :- https://github.com/appwrite/templates/issues/147 I need to create github-issue-bot in node-typescript . There is similar bot for nodejs. Do I need to create same as that in node folder if yes then how can i run exisiting bot in node folder because I'm not able to see what it's doing. I have followed this documentation :- https://appwrite.io/docs/products/functions/quick-start but not able to see any results Thanks for your help
As the issue says, it should go in the node-typescript folder
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...