Please update the doc to say function name should not have space in it
I think you must open an issue on Github rather than a discord ticket
Depends....can you provide more context?
I got this error Docker Error: tar: short read , because there was space on appwrite function name
I deployed the function with github connected to my appwrite
so do you mean the folder name?
yes but that name come from function name by default
I created a function with the CLI with a space in the name and it deployed and executed fine
so maybe you can provide some more details or reproducible steps so we can narrow down what exactly is the problem?
Did you deploy it using github repo ??
ah no sorry. let me try that
well...what were your exact steps?
because i deployed a template like this:
which has a space in the name
I created function locally on my computer with appwrite cli , the function name was "seed odoo fun" , so it creat a functions folder which i side it a folder "seed odoo fun" with space , then I push this code to my repo , I connected git to my appwrite , so on appwritr function I clicked on my repo with the function then on deploy it gave me that error , but later when I changed the folder name to seed_odoo_fun it build successfully
Thanks for the clarification!
Can you create a GitHub issue with this info? I think we would want to make sure this works too considering it works via the CLI
Recommended threads
- [v1.8.1] Getting error "(role: applicati...
... but that scope doesn't exist. I am trying to get a function to run and modify tables in the database dynamically. I set everything up and eventually got: ...
- Scheduled function silently stopped firi...
Function is scheduled `* * * * *` and is `enabled: true`, but Appwrite Cloud has stopped queueing executions. Last execution: **2026-05-30 00:47 UTC** (~46h...
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...