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
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...