
Hey everyone, how’s it going?
I'm trying to deploy a function from my local environment to a project on my self-hosted Appwrite instance.
At first, I was facing an error related to the "specification" parameter, and thanks to a discussion here in the support channel, I managed to fix that part. However, I’m still unable to successfully deploy the function to my Appwrite instance. When I run the command appwrite push functions and follow the steps, it tells me that a function with the same ID already exists.
When I check the Appwrite console, I can see the function inside my project, but there’s no deployment associated with it. Then, when I try to manually deploy using the command appwrite functions create-deployment --function-id MY-FUNCTION-ID --code "." --activate true --verbose, I get a 404 error with the message function_not_found.
I’ll proceed with a manual deployment for now, but I’d really appreciate some help in understanding what’s causing this issue and how to fix it properly.
Recommended threads
- Appwrite Error: 401 Unauthorized on getC...
Hi everyone, I'm getting an error while trying to fetch the current user using Appwrite in my React project. Here's the error log: auth.js:41 GET https://fra....
- OAuth fails with Invalid Response or inv...
Im currently trying to use the Discord Oauth but i cant find a way to make it work. I followed the docs and set up the discord oauth application and enabled it...
- Functions in Golang - I need help
Hi guys! I am struggling to deploy a rather simple golang function. The deployment log details are very sparse: "failed error code: 524 " or: "Cannot access ...
