Expand my Community achievements bar.

SOLVED

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.

Avatar

Level 2

<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.

Screenshot 2024-09-20 at 1.14.16 PM.png

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi @Rite18 ,

 

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

View solution in original post

2 Replies

Avatar

Level 7

@RamnathRa1  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 

Avatar

Correct answer by
Level 2

Hi @Rite18 ,

 

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