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
I'm not sure I understand your question, as this library is specifically to enable runtime environment variables. Variables are available client-side unless the secret option is enabled.
Could you post an example or make a recreation in codesanbdox of your exact issue?
For build-time environment variables, it works perfectly with the variable accessible in both client and server (universal render mode).
For runtime environment variables, it is only accessible on the server but not on the client. Is this the expected behavior or there is a bug?
The text was updated successfully, but these errors were encountered: