
Sorry, I can't read through this because it has all the logs rather than the logs for the executor container

Oh sorry for that...here is the proper logs file

Hmm...that's serious. Need to resolve that


maybe you had an old installation of appwrite or something happened with the new installation. are you okay with wiping the data?

Yes

Do you recommend that?

if you're okay with it, yes. to wipe the data, run:
docker compose down -v
Then, start the stack up again with:
docker compose up -d

Thanks. Now works. But I am faced with this problem I have been battling from before. The endpoint has been a real issue, and I could not find any help on the docs either

Would really appreciate your input

Here is the log from the docker compose logs appwrite
:

sorry, this is tiny and i can't really see what's going on

what's the output of docker ps -a
?


i would like to make a request that we have a video call and i share my screen while you direct me on how to resolve this issue

i would be elated if you respond

because i am having an issue with connecting with the db, unable to sign-up, what are the plaussible soln

the error below

what can i do to do away with this

no, docker ps -a
please


So it should be running on port 443...what happens when you browse to https://localhost/

It works absolutely fine

ok so your appwrite is running fine

So this is your problem now, right? what did you use as your endpoint when you called client.setEndpoint()
?
Recommended threads
- Mariadb keeps Restarting / Fails to init...
Ive just setup Appwrite on my docker compose host using the supplied Docker compose commands. My issue is that the mariadb container keeps restarting and fails...
- upsert_documents is not work with jwt cl...
client.set_jwt(jwt) databases = Databases(client) databases.upsert_documents(General, Pallets, [{"$id": "684aeb3e0021e64c10f1", "name": 'тест '}]) This code al...
- Redirect URL sends HTTP instead of HTTPS...
I am not sure since when this issue is present, but my Google and Apple redirect URI are no longer pointing to the HTTPS redirect URI when I try to use OAuth. ...
