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 issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- 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 ...