What's the output of appwrite -v?
2.0.2
i JUST installed it with npm install -g appwrite-cli
Thanks. We'll need to push a fix for this
Vincent told me to break 1.4 xD apparently I am following instructions lol
is there a template for appwrite.json? or does it populate when i init my function?
Yes thank you!
It populates when you init. The schema is also in the docs
also, if it makes an difference, i am using node 18.0
Hi, any fix for this?
so the problem is this attribute was deleted when it shouldn't have been. We'll need to push out a fix to restore this attribute. Here's the PR: https://github.com/appwrite/appwrite/pull/6095
Is there a way to temporary fix this? I'm running 1.4.1 on a clean install (after using the one-click install from Digital Ocean, then migrating to 1.4.1) but run into the same error after connecting my GitHub account and try to create a node-18 function
Technically, it's possible to manually fix by manually modifying some things in the database directly, but it's kind of complicated. I'm trying to rush another patch release to fix it.
I think its not only schedule attirbute gone missing, there are other attributes too in 'executions' table and also 'variables' table because all of my functions variables were deleted after migration
EDIT: Because on createExecution from console, I got the same 'Server Error'
What's the docker logs from the appwrite container for the create execution API call?
I see the PR for this was closed and merged, do we know when it will be released?
Next couple of days
Any ETAs?
I'm also impacted, I can't deploy functions from Github VCS & CLI ...
Next couple of days. you can keep an eye on the progress here: https://github.com/appwrite/appwrite/milestone/27
I'm still experiencing this issue with CLI 4.0.0
Did you upgrade Appwrite and run the migrate command?
Hi Steven, No, it's a fresh installation (1.4.2). I ran the restore script after the installation was successful
Please create a new <#1072905050399191082> post and include the related docker logs from the appwrite container
Alright
Recommended threads
- Function permissions
In my app I have a CreateUser flow which makes several documents and at the end uses the functions.createExecution() to call a server-side function to create a ...
- The file size is either not valid or exc...
Hello, I am receiving the following error when I am trying to deploy a function from my local. ``` > appwrite push functions --function-id xxxxxxxxx ℹ Info: Va...
- How does sending email from the Appwrite...
I noticed that the pricing page mentions “Messages – 1000 per month” for the Free plan. Is this different from sending emails? When I try to send an email usin...