You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the CLI to init a new function, the template that gets pulled down it only contains node-appwrite version ^9.0.0
When the function get build with that version things like Role.label("xxx") don't work because its not inside this sdk version.
Updating this manually resolves the issue, but it is rather annoying to change that for every function that gets created
👍 Expected behavior
Pull the latest SDK version when that becomes available
👎 Actual Behavior
Pulls latest 9.x.x version
🎲 Appwrite version
Version 1.4.x
💻 Operating system
MacOS
🧱 Your Environment
Appwrite 1.4.13
Running on Raspberry Pi 4B with docker
👀 Have you spent some time to check if this issue has been raised before?
👟 Reproduction steps
When using the CLI to init a new function, the template that gets pulled down it only contains node-appwrite version
^9.0.0
When the function get build with that version things like
Role.label("xxx")
don't work because its not inside this sdk version.Updating this manually resolves the issue, but it is rather annoying to change that for every function that gets created
👍 Expected behavior
Pull the latest SDK version when that becomes available
👎 Actual Behavior
Pulls latest 9.x.x version
🎲 Appwrite version
Version 1.4.x
💻 Operating system
MacOS
🧱 Your Environment
Appwrite 1.4.13
Running on Raspberry Pi 4B with docker
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: