errors: Unexpected curl error between proxy and executor: Operation timed out I tried to deploy two functions in python, both failed.
Hey there π Hmm sounds annoying. Operation timeout means it got stuck and Appwrite terminated it in order to save it from being frozen. How did you create the deployment - manual, CLI?
by CLI. Now sent but it's weird
Oh, does it work now?
Hmm. Well, cool, it works at least π
let me ping @Christy Jacob here. Christy, can you see anything in history that could have caused this? Was there any downtime?
I created the project a few months ago but I still hadn't added a function. The first two attempts failed.
We recently invited many new developers to Cloud. There might be a bit of overload happening, causing deployment here-and-there to fail. We will investigate further for sure.
Thanks, I'll mark it as resolved, I performed four more deploys and everything went well. If it happens again let me know @Christy Jacob
[SOLVED] Failed to deploy function to cloud.appwrite.io
Did you create the function also around 2 months ago?
No. just the project. The function was created when I reported the failure here on Discord
Hmm okay.. please let us know if it happens again. Can you also share your project ID on DM? I'll try to see if I can find some logs
Ok
Recommended threads
- 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...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...