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
TL;DR
User is facing issues with running functions in appwrite, specifically in the node-typescript folder. They want to create a github-issue-bot, and are unsure if they need to create it in the same way as the existing bot in the node folder. They are unable to see the results of their implementation and have followed the appwrite documentation. They are seeking help.
Solution: It is recommended to follow the existing bot in the node folder to create the github-issue-bot. To troubleshoot the issue with not seeing any results, one can try to debug the code or check if the code is properly connected to the appwrite server.As the issue says, it should go in the node-typescript folder
Recommended threads