Am using WebSdk and target-mbox call happening on the network tab. I can see the JS code and its rendering the correct experience. But still its not displaying on browser. | Adobe Higher Education
Skip to main content
Level 2
September 20, 2024
Répondu

Am using WebSdk and target-mbox call happening on the network tab. I can see the JS code and its rendering the correct experience. But still its not displaying on browser.

<script>alert("rr-test")</script>.  - This is the simple alert condition am trying to execute on the page. am seeing the activity name, experience and js code which is written by me. But still that "alert" is not rendering. Its happening intermittently, Not all the time.

Ce sujet a été fermé aux réponses.
Meilleure réponse par RamnathRa

Hi @riteshy18 ,

 

Thanks for the reply, Found its a web-sdk environment integration issue. Thanks

2 commentaires

RiteshY18
Community Advisor
Community Advisor
September 23, 2024

@ramnathra  in place of an alert can you try to print a message on the log ?, Alert in JS cause a pause in the  executions of  js interpreter 

RamnathRaAuteurRéponse
Level 2
September 23, 2024

Hi @riteshy18 ,

 

Thanks for the reply, Found its a web-sdk environment integration issue. Thanks