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
- 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...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...