After upgrade no functions are working.. git cannot be connected. All cronjob informations got deleted
Did you follow the setup instructions here?
So its not possible to run functions without github integration any more??
The current Git integration only support Github for now. Functions created before upgrade should continue working
You should still be able to use the same methods as previously - CLI deployment or manual upload
In my case all old functions stopped working ๐ญ๐ญ
Breaking changes, breaking changes all the time ๐คฆโโ๏ธ
This is why I havenโt upgraded from 1.3.8 yet - I decided to give it a week to iron out all the bugs and I seem to have been right ๐
what i can see in the logs is:
[Job] (64f71f48d58861.19674191) failed to run.
[Job] (64f71f48d58861.19674191) Invalid document structure: Unknown attribute: "responseHeaders"
[Error] Type: Utopia\Database\Exception\Structure
[Error] Message: Invalid document structure: Unknown attribute: "responseHeaders"
[Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php
[Error] Line: 2619
but all buttons i press on the UI lead to message with Server error
i now also restored to 1.3.8 ๐
ya...you should wait for 1.4.2 ๐ฌ
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...