fix(os): point inspector island at /hero_router/ui/ #119
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_os!119
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_fix_inspector_url"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Inspector island iframe was hitting
/hero_router/which returns 404 — that path was never a real route, it relied on the now-removed trailing-slash 301 redirect. Use/hero_router/ui/(the ui.sock proxy path) so relative<link href="css/...">URLs resolve correctly.Related Issue
Part of #121 (normalize all island_url entries to /hero_/ui/). Depends on hero_router #80.
Changes
/hero_router/→/hero_router/ui/.Test Results
cargo check, fmt, test pass. /hero_router/ui/css/bootstrap.min.css returns 200.