-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Bug Report: Function Error on deploy - Failed to connect to appwrite-executor port 443 #5440
Comments
Hey @HannesPaa this seems to be a routing issue since you're using nginx. Can you share some information about your setup 1/ How did you install Appwrite? From source or using the installation command ? |
I also suspect a routing issue, but not from where, as everything else works. I installed Appwrite with docker compose. Appwrite docker-compose.yml
nginx docker-compose.yml
|
@HannesPaa did you change the executor host environment variable? Also, what's the folder the Appwrite docker files are in? |
Hi @HannesPaa any updates here? is this working for you now? |
@HannesPaa, have you had a chance to check out my previous questions: #5440 (comment)? FYI, we'll need to close this soon due to inactivity. |
👟 Reproduction steps
I init a Appwrite function with
appwrite init function
Then i deployed it to Appwrite
appwrite deploy function
👍 Expected behavior
Deployment should work because the function is a template function.
👎 Actual Behavior
Deployment failed with Error: "Failed to connect to appwrite-executor port 443 after 0 ms: Connection refused with status code 0".
I had a hunch that it had something to do with the firewall. But I have not found a solution yet.
🎲 Appwrite version
Version 1.3.x
💻 Operating system
Linux
🧱 Your Environment
I use Appwrite in a Docker container. I use the proxy-manager nginx.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: