What should I do in my digitalocean
cd appwrite and then docker compose logs appwrite
Please help me over this iam struggling a lot
Should I do that in digitalocean site
Or vscode
In terminal of your DigitalOcean server over SSH connection. There should be Console option on your droplet to enter this terminal from digitalocean site
Iam getting error
Hey please help me
How to do that in digitalocean console
Your docker-compose.yml and .env files should be in a folder named appwrite
How to change the values of _APP_DOMAIN_TARGET value In consile
Console*
Which commands should I do
You might want to look up some Linux/terminal basics tutorials
To solve my issue I need to set _APP_DOMAIN_TARGET = mydomain iam I correct
Yes
Can you say which command should I use
Like I said, you should probably look into some tutorials on basic usage of the terminal/Linux including how to use a text editor. Personally, I prefer vim
Also, I'm assuming you've already configured your domain to point to your digital ocean server
In DNS section
And also, it's not just that env var. Please make sure you read through everything I sent thoroughly
I ran this command docker exec appwrite doctor
On digitalocean console
Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...