I am learning how cloud functions work and I deployed an hello world function that gets activated in my flutter app when i tap a button. I created this cloud function in the /cloud_function sub directory of my github repo, using the nodejs starter. Now I am trying to create a second nodejs starter function in the same folder of the repo with appwrite. I don't know why but function deployment fails(Unable to push code repository: ), so I try to redeploy and it says the function is ready, but i don't see any commits on my repo, even when i click on activate.
Why?
This is the log of the second deployment:
Preparing for build ...
Building ...
added 11 packages, and audited 12 packages in 2s
2 packages are looking for funding
run `npm fund` for details
2 moderate severity vulnerabilities
To address all issues, run:
npm audit fix
Run `npm audit` for details.
npm notice
npm notice New major version of npm available! 8.6.0 -> 10.4.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.4.0>
npm notice Run `npm install -g npm@10.4.0` to update!
npm notice
Packing build ...
Build finished.
Recommended threads
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...