
Hi!
I am trying to deploy my function with appwrite CLI. Till today, it worked every time, very well, but because of some reason I am getting this output when using appwrite push function
:
(base) name@MacBook-Pro-by-name % appwrite push function
? Which functions would you like to push? queryGooglePlaces (<id>)
ℹ Info: Validating functions ...
ℹ Info: Checking for changes ...
ℹ Info: Pushing functions ...
✗ Error • queryGooglePlaces (<id>) • Document with the requested ID already exists. Try again with a
✗ Error: No functions were pushed.
I tried deleting the function on the backend, push again, but then this happens:
(base) name@MacBook-Pro-by-name % appwrite push function
? Which functions would you like to push? queryGooglePlaces (<id>)
ℹ Info: Validating functions ...
ℹ Info: Checking for changes ...
ℹ Info: Pushing functions ...
✗ Error • queryGooglePlaces (<id>) • Function with the requested ID could not be found.
✗ Error: No functions were pushed.
Interestingly, it does create the function on the backend and I can see it in the console, but it does not create a deployment. But I can see a build (.tar.gz) in my root folder which is the build from this function. I am also able to deploy this build then manually, but it's obviously not a solution to delete the function, execute appwrite push function, get an error and then finally upload the build manually.
Thank you very much for your help in advance!
PS: I am using Appwrite Cloud & the newest version of appwrite CLI, I also tried reinstalling appwrite CLI, but it's still not working.

So I don't wanna stress this, but it'd be really nice if someone could help me with this issue 😅

can you try appwrite pull functions
?

seems like an issue with not syncing of your local deployment with cloud one
Recommended threads
- Sharing cookies
Hi, I’m using Appwrite Cloud, and I have a setup where my Appwrite backend is hosted on a subdomain (e.g., api.example.com), while my frontend (Next.js app) and...
- Custom Domain Issue
i have added a custom domain about 21 hours ago, but till now there is no SSL certificate is active on it. but if i do DNS check via https://dnschecker.org/#C...
- Flutter OAuth2 Google does not return to...
When the flow starts, the browser opens, I select an account, and it keeps showing: """ Page not found The page you're looking for doesn't exist. `general_rout...
