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

🐛 investigate and implement a solution to provide api for runtime variables #62

Closed
ciaranschutte opened this issue Aug 8, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ciaranschutte
Copy link
Contributor

Describe the bug

all env variables are not available at runtime because they're frozen at buildtime
this is important because it's how we deploy apps with dynamic variables

Steps To Reproduce

check any page that uses a runtime env variable
it will either be default build time value or ''
eg. links on homepage

Expected behaviour

runtime env variables should work

@ciaranschutte ciaranschutte added the bug Something isn't working label Aug 8, 2023
@ciaranschutte ciaranschutte self-assigned this Aug 8, 2023
@ciaranschutte ciaranschutte changed the title 🐛 provide api for runtime variables for clientside code 🐛 investigate and implement a solution to provide api for runtime variables Aug 8, 2023
@ciaranschutte
Copy link
Contributor Author

@ciaranschutte ciaranschutte mentioned this issue Aug 10, 2023
@ciaranschutte
Copy link
Contributor Author

no applicable QA test. completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant