Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add support for a different base URL #1964

Open
pratikborsadiya opened this issue Dec 21, 2022 · 1 comment
Open

Feature: Add support for a different base URL #1964

pratikborsadiya opened this issue Dec 21, 2022 · 1 comment

Comments

@pratikborsadiya
Copy link

Use Case

I want to deploy UI behind a proxy on a sub URL. Like https://www.myurl.com/hypertrace

Problem

When the UI is deployed behind a sub URL all CSS and JS assets fail to load with 404 error as the base URL is specified as / in index.html

Proposal

Having an environment variable for base URL would solve the issue

@aaron-steinfeld
Copy link
Contributor

This could go in the helm config or both the helm config and dockerfile if using the image directly. Would accept PRs for either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants