Rank 1: Thread
Hi, I am trying to setup appwrite at the moment. I followed the guide in the documentation for self hosting.
Ran the docker command, to setup the environment. After everything was created and started, I stopped the running containers and made changes to the .env file, adding smtp config etc.
When I am trying to restart the container with the command docker-compose up -d in the appwrite dir, everthing seems to be fine. Taking a look into the browser on the url I am using for the appwrite environment shows me an error message: {"message":"Error: Server Error","code":500,"version":"1.4.9"}
When I run the docker exec appwrite doctor command the output is the following (Picture as an attachment)
I am wondering if I have to change the things before powering the containers up or is there another way, than stopping, making changes and power the containers up again?
Thanks in advance!