Adobe Experience managers debugger not working | Community
Skip to main content
May 25, 2022
Solved

Adobe Experience managers debugger not working

  • May 25, 2022
  • 3 replies
  • 1638 views

Hi community, 

Recently the adobe experience platform debugger is not working, not showing data from any page. I am logged in and no error message appears, but not showing any data. Any idea? thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Pablo_Childe

I also would warn to be aware as some VPNs can cause havoc to how Adobe beacons and subsequent server calls react/do not react.

 

If you are unsure just try accessing your site in a non VPN mode to compare...

 

Also double check as recently some CSP policies in browser settings have become more restrictive. (may have to turn off or not use CSP certificates.)

 

GLTU

3 replies

VaniBhemarasetty
Adobe Employee
Adobe Employee
May 25, 2022

@victor_marti  Can you please check if server calls are firing in the network in developer tools? If there are no server calls, you might not see the data in experience cloud debugger

yuhuisg
Community Advisor
Community Advisor
May 26, 2022

Adding on to @vanibhemarasetty's answer:

Make sure that the web page that you're testing is in the browser window that is open/active just before switching to the debugger's window.

For example, you have 4 windows open:

  1. an email app,
  2. a news website,
  3. the site that you're testing, and
  4. the debugger window.

And let's say that you're constantly toggling between the first 3 windows (because you're at work but you also want to read the latest news headlines).

When you want to test the hits from window 3 with the debugger, make sure you have window 3 "test site" open, then switch to window 4 "debugger". If you have windows 1 "email" or 2 "news" active and then open window 4 "debugger", the debugger will attempt to show the hits coming from either of those windows. If those email/news sites are not using Adobe products, then obviously nothing will show up in the debugger. But more importantly, none of the hits from window 3 "test site" will show up in the debugger.

June 21, 2022

I wasn't able to keep using the debugger in Chrome as I used to do, even if I uninstalled the extension and the browser. Finally I had to install Firefox and use it there. It just stop "reading" the report suits, from any of the web pages. 

Pablo_Childe
Community Advisor
Pablo_ChildeCommunity AdvisorAccepted solution
Community Advisor
May 26, 2022

I also would warn to be aware as some VPNs can cause havoc to how Adobe beacons and subsequent server calls react/do not react.

 

If you are unsure just try accessing your site in a non VPN mode to compare...

 

Also double check as recently some CSP policies in browser settings have become more restrictive. (may have to turn off or not use CSP certificates.)

 

GLTU

June 21, 2022

This could be the reason. Thanks!