diff --git a/changelog.d/fixes/8515-basepath-client-fetch.md b/changelog.d/fixes/8515-basepath-client-fetch.md new file mode 100644 index 0000000000..7c1289f161 --- /dev/null +++ b/changelog.d/fixes/8515-basepath-client-fetch.md @@ -0,0 +1 @@ +- **fix(client):** Absolute `fetch("/api/...")` and `EventSource("/api/...")` honor `OMNIROUTE_BASE_PATH` under reverse-proxy subpath deploys (no domain-root 404s for dashboard health/SSE) ([#8515](https://github.com/diegosouzapw/OmniRoute/pull/8515)) — thanks @rqzbeh