-
Notifications
You must be signed in to change notification settings - Fork 327
Description
🐞 Bug Summary
When deployed the latest release using helm chart I get too many redirects issue. I am checking by doing kubectl port-forward cmd
🧩 Affected Component
Select the area of the project impacted:
-
mcpgateway
- API -
mcpgateway
- UI (admin panel) -
mcpgateway.wrapper
- stdio wrapper - Federation or Transports
- CLI, Makefiles, or shell scripts
- Container setup (Docker/Podman/Compose)
- Other (explain below)
🔁 Steps to Reproduce
- Deploy using helm charts under mcp-stack (fresh deployment - no migration)
- Check if pods are healthy
- Try accessing the service using kubectl port-forward cmd
🤔 Expected Behavior
Login page should be provided, instead I get too many redirect error.
📓 Logs / Error Output
27.0.0.1:44676 - "GET /admin HTTP/1.1" 307
2025-09-23 11:15:49,727 - uvicorn.access - INFO - 127.0.0.1:44676 - "GET /admin/ HTTP/1.1" 302
2025-09-23 11:15:49,827 - uvicorn.access - INFO - 127.0.0.1:44676 - "GET /admin/login HTTP/1.1" 303
2025-09-23 11:15:49,957 - uvicorn.access - INFO - 127.0.0.1:44676 - "GET /admin HTTP/1.1" 307
2025-09-23 11:15:50,057 - uvicorn.access - INFO - 127.0.0.1:44676 - "GET /admin/ HTTP/1.1" 302
2025-09-23 11:15:50,158 - uvicorn.access - INFO - 127.0.0.1:44676 - "GET /admin/login HTTP/1.1" 303
2025-09-23 11:15:50,263 - uvicorn.access - INFO - 127.0.0.1:44676 - "GET /admin HTTP/1.1" 307
2025-09-23 11:15:50,365 - uvicorn.access - INFO - 127.0.0.1:44676 - "GET /admin/ HTTP/1.1" 302
2025-09-23 11:15:50,681 - uvicorn.access - INFO - 127.0.0.1:44676 - "GET /admin/login HTTP/1.1" 303
2025-09-23 11:15:50,876 - uvicorn.access - INFO - 127.0.0.1:44676 - "GET /admin HTTP/1.1" 307
2025-09-23 11:15:50,994 - uvicorn.access - INFO - 127.0.0.1:44676 - "GET /admin/ HTTP/1.1" 302
2025-09-23 11:15:51,130 - uvicorn.access - INFO - 127.0.0.1:44676 - "GET /admin/login HTTP/1.1" 303
2025-09-23 11:15:51,236 - uvicorn.access - INFO - 127.0.0.1:44676 - "GET /admin HTTP/1.1" 307
2025-09-23 11:15:51,335 - uvicorn.access - INFO - 127.0.0.1:44676 - "GET /admin/ HTTP/1.1" 302
2025-09-23 11:15:51,473 - uvicorn.access - INFO - 127.0.0.1:44676 - "GET /admin/login HTTP/1.1" 303
2025-09-23 11:15:51,578 - uvicorn.access - INFO - 127.0.0.1:44676 - "GET /admin HTTP/1.1" 307
2025-09-23 11:15:51,679 - uvicorn.access - INFO - 127.0.0.1:44676 - "GET /admin/ HTTP/1.1" 302
2025-09-23 11:15:51,778 - uvicorn.access - INFO - 127.0.0.1:44676 - "GET /admin/login HTTP/1.1" 303
🧠 Environment Info
ghcr.io/ibm/mcp-context-forge:1758548738