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
- The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and th...
- Create a project via REST API or SDK, mi...
I am currently self-hosting Appwrite in my local machine, deployed using docker script in the website. I also installed `appwrite-cli` through npm. I am trying...
- 1.8.1 - Databases - inline updating a ro...
When updating a database field via the inline edit method, the `$updatedAt` column does not get updated. Only if the row is updated by the "Update" interface (t...