Closed seanlail closed 2 years ago
Hi @seanlail thanks for your report, we start looking into this
Hi @seanlail we was checking your report and we can't replicate the issue, I created a project with your configuration of ConsentManager and works like expected, could you share a sandbox or your framework that you used or your project configuration to replicate exactly like you the issue please.
@edsonjab Here's a repo to show the issue: https://github.com/seanlail/segment-cm-issue-256
Create .env.local
and set the NEXT_PUBLIC_SEGMENT_APIKEY=<a valid key>
to run it.
Hi @seanlail I saw your repo and I put this validation on your code and works for me, could you try this please?
Hi @edsonjab, even with that change I get the same issue. When I click on Preferences
I see the dialog flash before the page reloads.
https://user-images.githubusercontent.com/142589/189179273-067167a8-9150-44f7-82b3-44e506a458db.mov
hi @seanlail I already identify in which moment trigger the reload, I'm working on the solution
When a user clicks on the SubContent ("Preferences" text) the page reloads. It seems to be because of the
implyConsentOnInteraction
setting... but according to the docs it should not imply consent when clicking inside the banner.Example config: