it was working fine with v.1.5.5 and v1.5.6 but when i upgrade v1.5.7 then i realized that it doesnt fetch new branch releases. it does not see any repositories.
Can you compare your .env files before and after the upgrade to see if there are differences?
root@appwrite:~/appwrite/backups# diff .env.1716602693.backup ../.env
82c82
< _APP_EXECUTOR_HOST=http://appwrite-executor/v1
---
> _APP_EXECUTOR_HOST=http://exc1/v1
root@appwrite:~/appwrite/backups#
This happens to me always with every upgrade.
You just need to execute in cmd: docker compose up -d
Recommended threads
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...