Expand my Community achievements bar.

Adobe server calls are getting failed

Avatar

Employee

Hi All,

On my client site adobe server calls are getting  failed when we refresh the page and when we interact on page.
Its a single page application and having WED SDK implemented on it.

Below are getting on console

VidhyaAk1_0-1715771732057.png


Why i am getting this error and failed server calls? anything i misconfigured in launch or there is any other reason ?

Topics

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

2 Replies

Avatar

Level 6

Some extensions or plugins are blocking the server calls. Can you please disable your chrome plugins and check or check in another browser like Mozilla.

 

Avatar

Level 4

Hi @VidhyaAk1 ,

 

It seems you're using CNAME implemetation and per screenshot attached POST calls intiated from stage.yourdomaim.com are rejected from server based upon CORS policy (smtetrics.yourdomain.com) hence resulting in status code 401.

 

In order to validate above hypothesis, Can you initiate same hit from production domain? Or modify current interact hit header using web developer tools.

 

If it is CORS blocking issue then DNS configuration needs to be updated to add stage.yourdomaim.com to list of allowed domains.