#Git functions stopped automatic deploying

2 messages · Page 1 of 1 (latest)

celest peak
#

I have all my functions setup with github and they normally auto deploy. They just randomly stopped deploying on new pushes. The only work around I have is disconnecting each functions git and reconnecting it, and it builds one time then I need to redo it. I've tried compose down, up. If I disconnect my entire github project in project settings, then when I try and reconnect it it just fails every time and the only recovery is restoring to a snapshot.

quaint cloud
#

You can try to push a new commit and watch the ouput of docker compose logs appwrite -f, You should have some error to help you debug the problem