[SOLVED] 1.4.3 Could not resolve host: appwrite-executor with status code 0
- 0
- Resolved
- Functions
If it doesn't work make sure your wsl is selected in docker desktop settings
Try this
Rename this row in your .env file
-_APP_EXECUTOR_RUNTIME_NETWORK=appwrite_runtimes
+_APP_EXECUTOR_RUNTIME_NETWORK=runtimes
And restart your docker
docker compose down && docker compose up -d
The restrat you can do in your windows cli
aight
something new atleast
What you get when running these commands in windows cli
docker network ls
docker network inspect runtimes --format "{{range .Containers}}{{println .Name .IPv4Address println }}{{end}}"
why is it the docker ip
like i should have my lan ip
i have allowed docker in firewall
That's okay it's internal
Another check
What is the results of this
docker inspect openruntimes-executor --format "{{.NetworkSettings.Networks.appwrite.Aliases}}"
It seems like it should work Can you restart the docker compose And try again?
can you give me some sample python code for a function
can someone help me find the docs for the sdk im looking to find more about the context object
Did it worked?
yes finally thank you
<:appwritefire:823999000330895380>
[SOLVED] 1.4.3 Could not resolve host: appwrite-executor with status code 0
Recommended threads
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...