
I am trying to create a server-side function. I am on the free tier. I already have three functions that work properly that I created a few months ago. Now, that I want to create a fourth function, the user interface simply does not respond to my action. Or when it does, the function does not get added to the repository. When I take the Connect Git repository route,
- I connect it to my project's repo.
- I fill out the necessary fields.
- For Entrypoint, I fill in "src/main.js".
- For Production branch, I select the branch in my project repo that I want my function to live on.
- For Root directory, I fill in "functions/userInventory". "functions" is the folder that all of my functions live in. "userInvetory" is the folder that I want the src/main.js to be located at.
- I click deploy.
- It stop building at 12 seconds mark and fails.
2025-06-01T07:11:04.287155152Z tar: short read 2025-06-01T07:11:09.000000000Z Build archive was not created.
When I take the Quick start route,
- I click on Node.js.
- I fill out the necessary fields.
- Choose "Connect your repository".
- Choose "Connect existing repository".
- Click on connect to my project's repo.
- I get prompted to select the branch and the root directory.
- I am unable to select the branch from the dropdown menu because the dropdown menu does not even open, even though my project's repo is selected. See screenshot.
- I can't continue after step 7.
In addition to all these, sometimes the buttons don't function. I have to refresh the page to get them working. Sometimes I click on an existing function, but the top div with the class name op-cover-console svelte-1a079uu
remains the same div that is for the /functions
path, and not for the /functions/function-${id}
path.
Recommended threads
- can't login
I'm not sure how to debug this ```appwrite | [Error] Timestamp: 2025-06-02T19:25:41+00:00 appwrite | [Error] Method: appwrite | [Error] URL: / appwrite | [...
- Sites Deployment Errors
I keep getting a 500 error around deploying a site.
- Function 404 error - Deployment with the...
I have a function in my Appwrite Cloud (free plan) project that cannot be accessed or deleted (404 in both UI and CLI). I'm stuck at the 5 functions limit and c...
