Hi, i'm self hosting Appwrite on Ubuntu (arm64). I've installed it with the docker installer from the documentation (version 1.5.5) . Since i'm planning to use it on my local netwokr (under vpn) i've set _APP_DOMAIN and _APP_DOMAIN_TARGET to the private ip of the machine. The dashboard loads fine, and everything seems to works but when i try to deploy any function i'm getting the following error during building:
Could not resolve host: appwrite-executor with status code 0
I've seen other discussions about this error but it seems that they are all related to problems during appwrite upgrades while in my case it's a fresh install.
Obviously i've already tried to stop and run again the containers with docker compose down && docker compose up -d but nothings has changed.
Recommended threads
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- Timed out waiting for runtime error
execution id 6a3e0791978712d81ee0 im having issue with appwrite function runtime performance. even after 4gbram and cpu same function sometimes completes in a...
- Function crash first run after a while
Big issue I’m facing , almost all functions crash or run for a very long time the first time i run them after a long time without running them I have a “help-c...