And what's docker compose logs openruntimes-executor show?
still getting Could not resolve host: appwrite-executor with status code 0 the logs above are after re-deploying hello world function
Can you include the timestamps? I think it's docker compose logs --timestamps openruntimes-executor
And docker inspect runtimes?
Did you restart it in this timeframe?
There is an environment variable like function_rumtimes or something. What's that set to?
It's _APP_FUNCTIONS_RUNTIMES_NETWORK
And what's your docker-compose.yml file?
yes
what specific info you want to see?
now it is working!
I don't know what happened. I did not do anything and I saw deployment was successful then I executed it and it worked!
Just an update: the functions are working fine for now but I would request the devs to look into this as I fear upgrading to the next version might trigger this again.
[AUTO SOLVED] having a hard time w ith v1.4.4 functions
i just upgraded 1.4.4 from 1.4.3 functions failed with "file not found"
i realized that there is a new varbiable in .env with _APP_OPTIONS_FUNCTIONS_FORCE_HTTPS disabled to enabled.
Nothing changed!
i deleted all functions to deploy it from again. Now im getting this error that is Error: No such container: appwrite-executor-650750d21e4a6a589be3-6523b5bcd6dd1b2b8ea7
when i moved 1.4.3 again, all works fine, upgraded 1.4.4 fails again with File not found any guide?
opened about issue as well about it : https://github.com/appwrite/appwrite/issues/6859
Recommended threads
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...
- Hosting Issues with Static IP not domain...
I have a machine with Static Public IP. I want to host Appwrite Site on it but I tried it but it doesn't allow IP addresses in Domain names. What should I do h...
- encrypt and decrypt buckets
I have a bucket where I switched from encryption to not encrypting files. I later realized that files already uploaded earlier stay encrypted. Now I have a buck...