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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...