You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Only relevent error log I see is:
$ docker ps
To Reproduce
Steps to reproduce the behavior:
Screenshots
The text was updated successfully, but these errors were encountered: