fix(web): derive rpc-path correctly for /web and /admin mounts (cherry-pick) #68
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_collab!68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix_rpc_path_main"
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?
Cherry-pick of #67 (squash
d780f4e) from development to main.Same bug present identically on main:
rpc_path_from_baseonly stripped/ui, so after theui.sock→web.sockrename the/webmount produced/<service>/web/rpc/rpc(404), breaking canvas RPC and triggering a spurious "Who are you?" identity prompt. Now strips/ui,/web, or/admin.Verified on development branch (meta now
/hero_collab/rpc/rpc, RPC returns 200, canvas loads with identity). Code path identical on main.