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
There are many places where the default value of an env variable is defined as null in the globalConfig.ts file, but actually inside of the code there are default values which are being used.
Solution
Remove default values from everywhere and keep globalConfig.ts as the single source-of-truth for default env values
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
There are many places where the default value of an env variable is defined as
null
in the globalConfig.ts file, but actually inside of the code there are default values which are being used.Solution
Alternatives
No response
The text was updated successfully, but these errors were encountered: