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]: Web error on Docker deployment #2125

Closed
shirin94 opened this issue Aug 25, 2024 · 3 comments
Closed

[Bug report]: Web error on Docker deployment #2125

shirin94 opened this issue Aug 25, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@shirin94
Copy link

shirin94 commented Aug 25, 2024

Describe the bug

Trying to deploy using docker compose using the guide (https://docs.getconvoy.io/deployment/install-convoy/docker) doesn't open the web server correctly.
It shows go_test_stub.txt in browser when I visit localhost:5005

$ curl localhost:5005

<a href="go_test_stub.txt%20">go_test_stub.txt </a>
</pre>

Only relevent error log I see is:

web-1           | {"error":"invalid header structure","level":"error","msg":"failed to get auth from request","request_id":"86b05cbf43b3/d0hvtVi8hf-000001","source":"api server","time":"2024-08-25 04:42:55"}

$ docker ps

CONTAINER ID   IMAGE                       COMMAND                  CREATED              STATUS                        PORTS                                       NAMES
7e5109375e06   getconvoy/convoy:latest     "./cmd worker --conf…"   About a minute ago   Up About a minute                                                         local-worker-1
27771dde5f14   getconvoy/convoy:latest     "./cmd ingest --conf…"   About a minute ago   Up About a minute                                                         local-ingest-1
86b05cbf43b3   getconvoy/convoy:latest     "/start.sh"              49 minutes ago       Up About a minute (healthy)   0.0.0.0:5005->5005/tcp, :::5005->5005/tcp   local-web-1
7386137b7bef   bitnami/pgbouncer:latest    "/opt/bitnami/script…"   49 minutes ago       Up About a minute             0.0.0.0:6432->6432/tcp, :::6432->6432/tcp   local-pgbouncer-1
0048f582e4eb   redis:alpine                "docker-entrypoint.s…"   49 minutes ago       Up About a minute             6379/tcp                                    local-redis_server-1
282cfc10c649   bitnami/postgresql:latest   "/opt/bitnami/script…"   49 minutes ago       Up About a minute             0.0.0.0:5432->5432/tcp, :::5432->5432/tcp   local-postgres-1

To Reproduce

Steps to reproduce the behavior:

  1. Deploy using this guide: https://docs.getconvoy.io/deployment/install-convoy/docker
  2. Open localhost:5005

Screenshots

sc 2024-08-24 at 22 08 35

@shirin94 shirin94 added the bug Something isn't working label Aug 25, 2024
Copy link

linear bot commented Aug 25, 2024

@subomi
Copy link
Collaborator

subomi commented Aug 27, 2024

Hi, @shirin94, thanks for reporting. This has been fixed. Please pull the repository again and test.

@subomi
Copy link
Collaborator

subomi commented Aug 30, 2024

Closing this @shirin94, please feel free to re-open if it re-occurs.

@subomi subomi closed this as completed Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants