Resolve command script under dashboard subpath #62
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stackchain/stackchain-dashboard#62
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "timmy/60-fix-command-assets-under-dashboard-subpath"
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?
Release-route validation found that the command helper used a root-absolute asset URL, which bypassed the
/dashboard/proxy and returned 404. Use a subpath-relative URL and cover its deployed URL resolution.Closes #60
Tests:
pytest -q(42 passed)