Rank 3: Container
I don't seem to find the dart runtime versions supported by appwrite 🤔
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 3: Container
I don't seem to find the dart runtime versions supported by appwrite 🤔
Should’ve thrown an error when you deploy using the CLI I guess 🤔
Rank 3: Container
That makes sense 🤔
These are all the runtimes and it’s keys
It’s getting pretty late for me (1am), let’s check really quick if @Steven has some time 👀
Admin
what's in your current folder?
Rank 3: Container
Admin
and what's in the functions and appwrite.json?
Rank 3: Container
the functions folder has a dart project made previously with my local CLI and the json file references the function
Rank 3: Container
For context, I have updated everything in the appwrite.json to match the server instance
Admin
like what?
Rank 3: Container
projectId
Rank 3: Container
Am I supposed to get ✗ Error Project is not set. Please run `appwrite init project` to initialize the current directory with an Appwrite project. ? On this directory
Admin
all seems good then...also check that the follow outputs the correct info
appwrite client --debug
then
appwrite projects list
Admin
are you running the appwrite commands in the same folder as the appwrite.json?
Rank 3: Container
Absolutely
Rank 3: Container
both executes just fine
Admin
and the values are correct?
Rank 3: Container
Apart from the key value, it's empty, I assume it doesn't have something to do with it does it?
Admin
and appwrite deploy function still doesn't work?
Rank 3: Container
neither deploy nor init function,
Admin
could you please DM me the full output?
Admin
Circling back here...the CLI wasn't picking up the project properly because the appwrite.json was malformed (trailing comma)
Admin
[SOLVED] ✗ Error No functions found in the current directory.