Running 1.5.7, deploying a Bun function, it's building fine, though the CLI deploys like 3 at a time for some reason -- I've been redeploying it, which has fixed it, but now I'm getting frustrated because it's not fixing it lol. It's not a complex function, it handles OAuth2 providers for me. It just keeps deploying 2 versions of it no matter what I do. It's also my only function.
okay so it seems
only one of them is the function
and the others, if activated, will cause the errors
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- 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...