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
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...