I have a very simple function that i'm playing around with. i'm not able to run it once i move it to a selfhosted instance.
"Internal curl errors has occurred within the executor! Error Number: 28. Error Msg: Failed to connect to 677fa4fe6d528 port 3000 after 5002 ms: Timeout was reached Error Code: 500" this is the error i'm getting.
what are the logs in appwrite and executor containers?
Recommended threads
- Tips for Debugging Appwrite Functions Lo...
Hi everyone! 👋 I have an Appwrite Function running locally with Docker, but I’m struggling to debug it because execution doesn’t reach the breakpoints I set. ...
- AttributeError: 'Context' object has no ...
I'm getting an error executing my function. I'm not able to replicate this locally since I have to use a mock context. Is there a way to debug this kind of erro...
- SyntaxError: The requested module 'node-...
I am trying to use appwrite functions and in the function i am creating rows but i got this error when i executed the funtion. As i checked docs there TablesDB...