Hey there team,
I had an older function from 1.3.x something. Now I wanted to migrate that function to 1.4.3. The only different between the appwrite.json
was that it had the new commands option which helps me install the deps. I didn't knew this change was there and I uplaoded my function manually without the commands option. Now when I added pushed the commands option again it is not being reflected in the settings, I've to manually go and add the npm install
in the commands option in the cli. All the other properties in the appwrite.json are editable but this isn't.
To replicate this, you can manually upload a function without the commands option and then try to add the option in the next build.
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...