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
Describe the bug
In PesaYetu and ClimateMapped, Google Analytics is configured to use the environment variable NEXT_PUBLIC_GOOGLE_ANALYTICS_ID while in the deployment configuration, the environment variable is set as NEXT_PUBLIC_GOOGLE_ANALYTICS.
We need to update the code to reference the correct environment variable.
The text was updated successfully, but these errors were encountered:
Can we also review how many variations of this env name we have in the repo? It will be nice if we can pick just one variation and move forward with it.
Describe the bug
In PesaYetu and ClimateMapped, Google Analytics is configured to use the environment variable
NEXT_PUBLIC_GOOGLE_ANALYTICS_ID
while in the deployment configuration, the environment variable is set asNEXT_PUBLIC_GOOGLE_ANALYTICS
.We need to update the code to reference the correct environment variable.
The text was updated successfully, but these errors were encountered: