i'm getting this error in my cloud console
Could not resolve host: openruntimes-proxy with status code 0\nError Code: 0
Please whats happening?
Consistent failure or random?
consistent...
Taking a look...
thanks
Just that one function or are there any else failing?
i could only notice it on this one function at the moment because i'm working on it
Ok, that's the one I see. Does it happen if you manually execute it?
have not mannually executed it, i execute it from my app
any update???
Team is looking into it
okay
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...