Downloading Appwrite CLI 3.0.0 ... ➜ ~ appwrite pkg/prelude/bootstrap.js:1740 throw error; ^
TypeError: (intermediate value).description(...).configureHelp is not a function at Object.<anonymous> (/snapshot/sdk-for-cli/lib/commands/assistant.js:13:90) at Module._compile (pkg/prelude/bootstrap.js:1794:22) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Module.require (node:internal/modules/cjs/loader:1005:19) at Module.require (pkg/prelude/bootstrap.js:1719:31) at require (node:internal/modules/cjs/helpers:102:18) at Object.<anonymous> (/snapshot/sdk-for-cli/index.js:18:23) at Module._compile (pkg/prelude/bootstrap.js:1794:22) ➜ ~
Please make sure to search before posting: https://discord.com/channels/564160730845151244/1146816438204645518
Thanks for your feedback. I saw a related problem saying that a fixed version will be released next week. Is there an accurate time for this?
Possibly, we fixed this problem, but there's another problem we want to fix too
Currently I'm stuck using tools to create cloud methods, can I use a lower version of the CLI now?
What version of Appwrite are you on?
3.0.0
Appwrite, not the CLI
It should be up to date, I just followed the documentation to learn this framework the day before yesterday
So 1.4.1?
YES
Where can I see this version?
At the bottom of the Appwrite console
Now I use Appwrite Cloud
Oh... Well that's on 1.1.2. Ideally, you should use 1.1.1 of the CLI, but you might be able to use 2.0.2
Ok, I'll try it.
Keep in mind what's on the Appwrite docs right now (https://appwrite.io/docs/functions-develop) are for Appwrite 1.4 so they don't apply for cloud. If you use the 1.x/2.x CLI to initialize a function, you should have a starter template with comments that explain where variables are and how to return a response
When are you going to migrate your Cloud as a Service to version 1.4, otherwise the latest documentation will not be available
Soon... We ran into hiccups with the 1.4 release so we've been working on resolving the problems before upgrading cloud
Thank you very much for your answer, the service you do is very good! I was still considering how to write the background service with the dart framework serverpod. Your framework directly solves my problem, and the key is to support many languages. There is no need to consider a specific background framework.
Exactly! The developer experience is very important to us and we want people to be able to use the languages and frameworks they're most comfortable with
Recommended threads
- How to successfully migrate from 1.9.0 t...
I've tried the automatic tool for migration but my Appwrite (self-hosted) went to a broken state. My functions wouldn't deploy anymore, some things just didn't ...
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Migration from Cloud to Self-Hosted not ...
Hello Appwrite Community, I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is mi...