damp-shoe-15759
07/07/2025, 6:52 PMGET /api/init
call consistently fails with a 401 Unauthorized
error.
The crucial finding is from the request headers for `/api/init`: there is no Authorization: Bearer ...
header present, but there is a cookie
header containing a gb_session_id
.
My Environment:
• Platform: AWS ECS (on Fargate).
• Database: MongoDB running as a sidecar container in the same ECS task.
• JWT_KEY: Defined a long random string
• Networking: An Application Load Balancer (ALB) with HTTPS listeners.
• Image: growthbook/growthbook:latest
strong-mouse-55694
07/07/2025, 8:24 PM