I'm using a local library, installed with yalc (https://github.com/wclr/yalc) to mimic a local package manager. It looks to me that deploying a function does not include the .yalc folder created at the root of the function. Does the uploader ignore folders prefixed with .?
Would be nice to have a --verbose setting to see what's happening
Hmm, nothing strange here https://github.com/appwrite/sdk-for-cli/blob/master/lib/utils.js
Okay, so, adding dot-folders in src seems to include them, but adding them to the root does not. Or maybe the deployed function is restructured when built, so the file paths do not match or something?
Your appwrite.json file has a path param for the function. That is what gets uploaded (except for what is mentioned in the .gitignore).
Recommended threads
- Error: Timed out waiting for runtime
I am trying to call a function on appwrite cloud (python 3.9), but I keep getting the above error (Timed out waiting for runtime) saying it timed out after 30 s...
- Random function timeouts
Sometimes my function runs without issue and I can see my logs in the Logs tab on cloud.appwrite.io. Other times, the function fails with a 500 status code, the...
- I am not getting "to" when email receive...
I am using cloud function to send an email when email received it doesn't have "to" email address. Please see attached image. My cloud function detail: built w...