Used docker to run the on local machine .Here are the list of errors that occurred in logs.
What exactly did you run?
docker logs appwrite
Inside the appwrite folder
I meant how did you install Appwrite?
Through docker
Os is windows
what exactly did you do?
what's the output of docker ps -a
in the terminal? or what's the list of running docker containers in docker desktop?
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...