
I created a snapshot on Digital Ocean and with that created a cloned Droplet. When I try to login to the new droplet I cant login with my credentials. Why is that? I also cant signup because the maximal Number of Users.
The Logs are in the attached text file

Those are the logs for the appwrite main container?

yes

I would try doing
docker compose down && docker compose up -d

After restarting, could you please check logs again?

Tell me if something changed

when i get the docker logs again it only says
Appwrite functions worker v1 has started
[notice] Starting worker 0b1019180115:7:v1-functions
Recommended threads
- Having errors migrating to cloud
Project will not migrate compeltely
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
- Index with the requested key already exi...
I'm using appwrite cli to create DB and I'm getting index_already_exists Is there a way to undestand the index name and maybe to skip if it's already exits?
