1.5.3
anything in your docker logs for the executor container?
let me check
wait...you created a node function...but the repo has a python function
do you want to see the logs for any othr container?
sorry for the confusion, but my function is indeed a python function
the print that you are seeing is just another test
please share the latest logs
to see if this problem was happing with all languages
this is the latest logs bro
please share the logs for the failed build
weird there's nothing else in here...
we can do a meeting if you want
i can share my screen and show whatever you need
did you change the _APP_EXECUTOR_HOST env var after installing appwrite?
no i did't
should i?
no
can this be related to how traefik is installed?
not traefik...im thinking it's some docker network problem
im asking this because i needed to change the traefik here
cause i already have a traefik installation running
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?