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

oe_webtools_analytics: The config doesn't change on the console after update #239

Open
jvalleva opened this issue May 15, 2024 · 2 comments

Comments

@jvalleva
Copy link

We are using the module oe_webtools_analytics and we have detected that after changing the configuration, although it is saved correctly, by inspecting the browser console we can see that the variables do not change the value assigned in the configuration (even after clearing the drupal cache). Attachment screenshot.
Do you know what could be causing this malfunction?
Thanks a lot!
imagen

@catalinvlad-tremend
Copy link

Hi @jvalleva

Maybe the configuration of the module is overridden in settings.php. Usually oe_webtools_analytics is configured by using environment variables & and used in settings.php

$config['oe_webtools_analytics.settings']['instance'] = getenv('DRUPAL_WEBTOOLS_ANALYTICS_SITE_INSTANCE');

@imanoleguskiza
Copy link
Member

Dear @catalinvlad-tremend,
we checked and this is not the case. Indeed if you check the resulting embedded json object the values are correctly added, but as stated if you check it via JS it is not correctly set...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants