Problem with `appwrite push function` - Document with the requested ID already exists.
- 0
- Functions
- Cloud
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.
Recommended threads
- appwrite push function (CLI) does not wo...
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 u...
- Unable to properly execute function loca...
I've run `appwrite run functions` to setup a function locally at `localhost:3000`. The frontend code at `localhost:5173` is making a request to `http://localhos...
- appwrite cloud currently slow response? ...
i have my app Breezer in the app store and since about yesterday it is unusable because everything like loading data is very slow. I'm not sure what is the reas...