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

hyperdx cannot be deployed without rebuilding frontends #462

Open
etiennea opened this issue Jul 9, 2024 · 1 comment
Open

hyperdx cannot be deployed without rebuilding frontends #462

etiennea opened this issue Jul 9, 2024 · 1 comment

Comments

@etiennea
Copy link

etiennea commented Jul 9, 2024

Having to run build-local just to bake some environment vars into the UIs is very annoying.
There is no reason the UIs cannot pull these at runtime from env vars like the backend does.

@MikeShi42
Copy link
Contributor

Hi @etiennea definitely agree, unfortunately with Next.js it isn't super straightforward to have the variables baked dynamically and we have yet to find a straightforward solution to do so. We're open to ideas/approaches on how to improve this (or even PRs). We've evaluated using packages such as next-runtime-env and some other workarounds to no success so far.

Just linking this with #12 where we've had some prior conversations around this.

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