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
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...