Hello! After changing the .env file, I restarted docker. But I can't access the console. Says server error. How can solve this problem?
TL;DR
You can check the docker logs by running "docker logs appwrite" on your server. If you have added an SMS provider, that might be causing the issue. Make sure to check the changes you made in the .env file.What did you change?
You'll need to check the docker logs for the appwrite container
I have added an SMS provider. How can I check the docker log?
Run
TypeScript
docker logs appwrite
In your server
Recommended threads
- Getting this error when creating a websi...
when I visit the site I get 404, even if the deployment is successfull
- Error updating attribute in table with r...
I have two tables with a bidirectional relationship attribute, one called "amenities" and the other "reservations". When I try to update a field called "pricePe...
- Google's "Choose an account" screen stuc...
I've been struggling with this problem on my servers (self hosted 1.6.0 & 1.7.4) , multiple projects , multiple apps , and I think I have reached a very strange...