Skip to content
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: Could not resolve host: appwrite-executor with status code 0 #7064

Closed
2 tasks done
egortabula opened this issue Oct 31, 2023 · 8 comments
Closed
2 tasks done
Assignees
Labels
bug Something isn't working product / functions Fixes and upgrades for the Appwrite Functions.

Comments

@egortabula
Copy link

👟 Reproduction steps

  1. I created a new default dart function with Appwrite CLI (appwrite init function)
  2. I deployed this function with Appwrite Cli (appwrite deploy function)
    code

👍 Expected behavior

It should have deployment status "Ok" in appwrite console

👎 Actual Behavior

My deployment status is Failed.
in function logs: Could not resolve host: appwrite-executor with status code 0
Screenshot 2023-11-01 at 01 01 07

docker logs appwrite-worker-builds result:
Screenshot 2023-11-01 at 01 02 38

docker logs openruntimes-executor result:
Screenshot 2023-11-01 at 01 10 33

🎲 Appwrite version

Version 1.4.x

💻 Operating system

Linux

🧱 Your Environment

  • Appwrite 1.4.8

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@egortabula egortabula added the bug Something isn't working label Oct 31, 2023
@stnguyen90 stnguyen90 added the product / functions Fixes and upgrades for the Appwrite Functions. label Nov 1, 2023
@stnguyen90
Copy link
Contributor

Thanks for raising this issue! 🙏🏼 Some questions for you:

  1. Was this a clean install of 1.4.8 or did you upgrade to it?
  2. Were you ever able to execute any functions?
  3. Would you please share your docker-compose.yml file?

@stnguyen90 stnguyen90 self-assigned this Nov 1, 2023
@egortabula
Copy link
Author

Hello, thank you, for helping me)

  1. Upgrade from 1.4.4
  2. no it is my first function on this server
  3. Sorry, how can I share it to you?

@mokamhawy
Copy link

in you appwrite folder, you will find docker-compose.yml

@egortabula
Copy link
Author

in you appwrite folder, you will find docker-compose.yml

docker-compose.txt

@stnguyen90
Copy link
Contributor

@egortabula did you copy and paste manually or something? There seems to be a lot missing and some things are invalid 🧐

@egortabula
Copy link
Author

yes i copy paste docker-compose manualy

@egortabula did you copy and paste manually or something? There seems to be a lot missing and some things are invalid 🧐

Yes, i copy paste docker-compose manualy.

@stnguyen90
Copy link
Contributor

@egortabula would you please try again, making sure to copy all the data exactly?

@egortabula
Copy link
Author

I completely reinstalled appwrite (1.4.9) and everything worked for me. Probably somehow I didn't update correctly. Thanks for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working product / functions Fixes and upgrades for the Appwrite Functions.
Projects
None yet
Development

No branches or pull requests

3 participants