Migrated from 1.3.8 to 1.4.1 got issues with functions
when uploading already created function i get error ✗ Error Param "runtime" is not optional.
and if function is not uploaded or creating new function
It only says Server Error
response: [Object: null prototype] { message: 'Server Error', code: 500, type: 'general_unknown', version: '1.4.1' }
Urgent help needed here!
/v1/functions Unknown attribute "schedule"
I am troubleshooting such similar issues in my self-hosted instances
Did you happen to find any solution, After upgrading from 1.3.8 to 1.4.1 I am getting these issues and then I tried to install 1.3.8 again but I get 500 when I click on functions on console.
Urgent help is needed. I am back on 1.4.1 and getting this error
Also I notice this in appwrite-worker-databases
No worker started message
@David Did you find any solution, I am really stuck with 200+ users waiting.
URGENT: Function issues
While migrating back to 1.3.8
No, I haven't foundation solution yet
Migrate back? You would need to restore a backup
I no longer need that I have migrated totally to 1.4.1, but the functions are not working
It might be best to restore.
Otherwise, we're working on a patch release but it might be a couple days
I have also used your PR to add the 'schedule' back but it gives more other error and updating the function gives the 'runtime' parameter error. I can not restore I have not taken backup
Always take a backup if you care about your data
What error are you facing now?
✗ Error Param "runtime" is not optional.
You're using the CLI?
Yes
Version 2.0.2?
1.2.1
Same with using 2.0.2
Anyways is there any quick fix for schedule thing?
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...