My functions are in status processing for over an hour now. Could please someone have a look (project id: pharmalabconx)
what's your function id?
it occurs both for tests-create-pdf and partner-create-test
it isn't processing anymore. would you please try to deploy again?
Sure, for me also the old one is still processing
no old processing deployments are still processing
Same issue here. When trying to re-deploy: The requested route not found
but build settings should be fine (same as example)
there's some maintenance going on your project right now which is probably why you're seeing this problem...we didn't expect the maintenance to impact your project like this, but you'll have to wait for the maintenance to finish. it might take 9.5 hours or so for the maintenance to be done
mine is over 13 hours now, processing
It's not really processing. Please create a separate post with your project id
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...