
im deploying a function and it is taking too long to complete, maybe appwrite cloud is having errors right now?

it probably failed...try again?

do I make a deployment again even if the previous one is still in "processing"?

what's your project id?

652e234a0cd29081e477

how big is your code?


about 1kb


is just a res.json with a message

some deployed, some not

how is it now?

Its still bad, some deploy and others stay in infinite processing

is that top one the latest?

how long do the builds typically take when they're successful?

weird...by builds seem fine:


this are the latest, and the build takes like 4 seconds when its successful

it also happens in another function i create recently

That's short enough where it shouldn't be getting killed...

its weird... have you seen this error before?

Seems like what's happening to me https://discord.com/channels/564160730845151244/1163301281859895316
Recommended threads
- queries.map is not a function
Query.createdBefore doesnt work ``` tables.updateRows({ databaseId: process.env.APPWRITE_DATABASE_ID, tableId: process.env.APPWRITE_TABLE_ID, ...
- Creating a relationship with nested obje...
{ "data": { "name": "DiDi", "type": "Software Development", "userJobs": [{ "$id": "68cbf1e2003612fb13ca", "j...
- Realtime integration with SSR auth
Hey, I have a nextjs website with SSR auth, works great. I use a session client for user verification and an admin client with API key. Both is used with node-...
