I didn't set any of those values. My appwrite server crashed so I need to restart docker to restart it
Where is your docker-compse.yml
file of AppWrite?
I'm using docker desktop so I don't think I have one
You must have But you have docker desktop and WSL both?
How did you installed the AppWrite engine?
I used a setup guid I found on youtube that uses docker desktop: https://www.youtube.com/watch?v=pOqT7yczlj4
Let me go over it really quick
So right here https://youtu.be/pOqT7yczlj4?t=263 Where did you run this command>
I ran it in the command prompt
And can you share a screenshot of your Images Section inside the docker Images view? Like so?
I need to restart my laptop cos my docker crashed but I'll send it after
π
OK That's okay
Let's find the docker-compose.yml
file go to your user folder then find a folder called appwrite
Is it there?
ill check now
Yeah, it's there but inside it is only one file which is prefs.json
No, Maybe in the location you have ran the command?
I think it's working, I just added "/v1" to the new IP and the function executed perfectly
the error went away
Ohh good, sure
Thank you so much, you've finally ended my pain π
πππ
You can edit the title to [Solved]
Will do, thanks so much again
Sure
[SOLVED] Server Side SDK not working but Web SDK is
Recommended threads
- Having issues with login via CLI
``` ~/appwrite ξ° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- 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...
- 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...