
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
- Missing C++ libstdc library in Python fu...
I have a function running Python 3.12 which suddenly started dumping errors (as of today; it worked yesterday). I hadn't changed any code so I found this odd, b...
- Checkout error: Error: Request body is e...
Im absolutely stumped here. ```Initializing Stripe functionality... stripe.ts:74 Calling Appwrite function with payload: {price_id: 'price_1RdZzoDCvcSnLsdCCu8z3...
- Clarification Needed on Custom Domains a...
Hello, I need help configuring custom domains/subdomains in Appwrite: 1. **Current Setup**: - Transferred `mydomain.com` to Appwrite via nameservers ...
