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
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...