Hello! After changing the .env file, I restarted docker. But I can't access the console. Says server error. How can solve this problem?
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
docker logs appwrite
In your server
Recommended threads
- Having issues with login via CLI
``` ~/appwrite ξ° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- 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...