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
- Disabling registration
Is it possible to disable registration in self hosted ?
- coolify help
need some help when i updated the docker compose config on coolify to update appwrite to latest version my old versions project and organization was totally ina...
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...