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
- FCM Message error
When creating a message target via flutter sdk via ``` final target = await _account.createPushTarget( targetId: targetId, identifier: deviceTok...
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...