You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: