projectId = 657d7f1d6369dea50dbe
Is this appwrite cloud?
Or you're self-hosting?
appwrite cloud
I refered this tutorial - https://youtu.be/njAleXl15Us?si=i8iZOSm0MJ8ZFoCc
would you pleas eshare the deployment id?
and function id
`65833e65c51990613ead1
i assume this is the function id? What's the deployment id?
Sorry!
deploymentId - 65833e65c51990613ead
Recently we deployed a fix for all database and function related background jobs. Please let us know if this is now resolved for you.
yay! it is now resolved.
[SOLVED] Appwrite Function stuck in building state
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- 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...