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
{{ message }}
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
Use yarn dev to initialize the project locally. If open within a Chrome regular tab, it works normally. If open with Incognito, the following is shown:
I debugged the sources and it seems that, in analytics.js file from Consent Manager ESM, we don't have wd.analytics set properly.
Repository to simulate: https://github.com/seg-leonelsanches/leos-guitar-shop-nextjs
Consent Manager version: 5.8.1
Analytics.js version: 1.52.0
Node.js version: 18.16.0
Use
yarn devto initialize the project locally. If open within a Chrome regular tab, it works normally. If open with Incognito, the following is shown:I debugged the sources and it seems that, in
analytics.jsfile from Consent Manager ESM, we don't havewd.analyticsset properly.