That's the problem, they don't register a log
I created it just for testing, it doesn't have anything other than the “start function” and it still returns error 400 and doesn't record the logs either.
Can you share the function repo with me once?
Yeah, how are you username?
My GitHub username??
yeah
adityaoberai
ready
@Aditya Oberai im change visibility for public https://github.com/kellvembarbosa/start-function-newipe
Are your builds succeeding and is a deployment ready?
Yeah, worked fine for one month
this problem started in today
My cloud function id: 6540e9f66d4a96df1462
@Deleted User I'm unable to recreate the same issue on my end
Can you try sending a request from here and share if you still don't see an execution?
(Also, try a hard refresh of the page on the Executions tab)
You can try to access or make a request get to https://6519b0f2b631304748a5.appwrite.global the correct thing would be to receive a json saying that "ready to receive webhooks!" and the return is now 400
And it's not something isolated on my machine, even if you see in the screen shot I'm sending now, it started today.
The problem is that I have other functions from another project under development that manages my application's home and it is also returning error 400. It was working normally. @Aditya Oberai
@Aditya Oberai I noticed that when running via dashboard appwrite works, however they are run via endpoint which is the real scenario in this case.
Would you please share a screenshot of the deployments tab?
Were you successful in reproducing the error via http?
@Aditya Oberai
Hey @Deleted User Yes, we were. The Engineering team is aware and will explore this issue. I'll let you know as soon as I have a further update
thanks, When you have answers let me know.
would you please try your function again?
Yeah, working fine now @Steven
[SOLVED] Cloud Functions is down
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...