15
Views
2
Comments
Error in production
Discussion

I have this error in production, in DS and HM it is working normally. Does anyone have an idea of this error?

UserImage.jpg
vikas sharma
Champion

Hi,

Could you please provide little more details about the error. Like when you face this error in production , trigger point of error. Have you checked service center logs of the error is any clue there, if yes please share.

Also, have done any SEO for the application?


Thank you

UserImage.jpg
Victor Pinto

Before the previous error is giving this error:

A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.


To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.


Note that for performance reasons, only the first access to one of the properties is shown.


_osjs.js:1

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.