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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Friendbot always returning 502 Bad Gateway using Stellar Quickstart #605

Open
jjuannn opened this issue Apr 30, 2024 · 0 comments
Open

Friendbot always returning 502 Bad Gateway using Stellar Quickstart #605

jjuannn opened this issue Apr 30, 2024 · 0 comments
Labels

Comments

@jjuannn
Copy link

jjuannn commented Apr 30, 2024

Hey 馃憢馃徎 I'm running a stellar/quickstart image. I'm trying to fund an account using the friendbot on http://localhost:8000/friendbot?addr=G....... but I'm always getting a 502 Bad Gateway error. These are the only logs about friendbot that are on my logs. When I tried to fund the account, the logs with INFO exited: friendbot (exit status 1; not expected) were not there so I assume that the friendbot process was running at that time. Now it seems to fail to start the process.

If I go to http://localhost:8000 it works fine so I assume that must be a problem with the Friendbot only.

I tried with different tags (latest, testing (both linux/amd64 and linux/arm64) but it's not working neither.

Also tried invoking the method of the stellar-sdk await stellarServer.friendbot(publicKey).call();, instead of using Postman but it returns the same error message.

I'm using the following docker compose file:

version: '3'

services:
  stellar:
    image: stellar/quickstart:testing
    container_name: stellar-local
    command: --local
    ports:
      - '8000:8000'

Any help?

image
image

@jjuannn jjuannn added the bug label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant