Skip to content

fix(CE-0): proxy dashboard to backend#13

Merged
dnacenta merged 1 commit intodevelopmentfrom
fix/dashboard-proxy
Mar 4, 2026
Merged

fix(CE-0): proxy dashboard to backend#13
dnacenta merged 1 commit intodevelopmentfrom
fix/dashboard-proxy

Conversation

@dnacenta
Copy link
Owner

@dnacenta dnacenta commented Mar 4, 2026

Summary

  • Dashboard banner wasn't showing because /api/dashboard lives on the main server (port 3100), not chat-echo (port 8080)
  • Added proxy route in chat-echo that forwards dashboard requests to the bridge backend
  • Version bump to 0.2.2

Test plan

  • cargo fmt clean
  • cargo clippy clean
  • Tests pass

Dashboard fetch was hitting chat-echo's port instead of the main server.
Added proxy route that forwards /api/dashboard requests to the bridge
backend where the endpoint actually lives.
@dnacenta dnacenta self-assigned this Mar 4, 2026
@dnacenta dnacenta merged commit 2b7b4c0 into development Mar 4, 2026
@dnacenta dnacenta deleted the fix/dashboard-proxy branch March 4, 2026 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant