Fix BASE_PATH regex for _ui suffix #7

Merged
mik-tf merged 2 commits from development_fix_basepath_regex into development 2026-03-05 15:14:27 +00:00
Owner

Summary

  • Update BASE_PATH JS regex from hero_\w+_http to hero_\w+_ui in base.html
  • Required after service TOML rename from _http to _ui convention
  • Ensures hero_proxy routing works correctly for the embedder dashboard

Test plan

  • Deploy container with updated hero_services TOMLs
  • Access hero_embedder_ui via hero_proxy and verify BASE_PATH resolves
## Summary - Update BASE_PATH JS regex from `hero_\w+_http` to `hero_\w+_ui` in `base.html` - Required after service TOML rename from `_http` to `_ui` convention - Ensures hero_proxy routing works correctly for the embedder dashboard ## Test plan - [ ] Deploy container with updated hero_services TOMLs - [ ] Access hero_embedder_ui via hero_proxy and verify BASE_PATH resolves
fix: update BASE_PATH regex to match _ui suffix instead of _http
Some checks failed
Test / test (pull_request) Failing after 1m9s
c72aeb7fbf
The hero_proxy routes by /<service_name>/ prefix. With the rename
from _http to _ui, the JS BASE_PATH detection must match _ui.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
mik-tf changed title from WIP: fix BASE_PATH regex for _ui suffix to Fix BASE_PATH regex for _ui suffix 2026-03-05 01:28:29 +00:00
Pin ort to exact version 2.0.0-rc.9
Some checks failed
Test / test (pull_request) Failing after 8s
6dc58ecbc5
Newer pre-release versions (rc.12+) have a VitisAI API field that
doesn't exist in the ONNX Runtime version we bundle, causing
compilation failures.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
mik-tf force-pushed development_fix_basepath_regex from 6dc58ecbc5
Some checks failed
Test / test (pull_request) Failing after 8s
to 7d17c7fff5
Some checks failed
Test / test (pull_request) Failing after 34s
2026-03-05 06:05:06 +00:00
Compare
mik-tf force-pushed development_fix_basepath_regex from 7d17c7fff5
Some checks failed
Test / test (pull_request) Failing after 34s
to a9cd3c3936
Some checks failed
Test / test (pull_request) Failing after 34s
2026-03-05 06:18:51 +00:00
Compare
mik-tf force-pushed development_fix_basepath_regex from a9cd3c3936
Some checks failed
Test / test (pull_request) Failing after 34s
to 9f192d4236
Some checks failed
Test / test (pull_request) Failing after 1m8s
2026-03-05 06:30:16 +00:00
Compare
mik-tf merged commit 74fe40d34e into development 2026-03-05 15:14:27 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_embedder!7
No description provided.