I have angular project built in angular 10. I am getting issue in calling api from IOS chrome browser when i turn on google translation from browser.
If i do not turn on translation it is giving me correct response for API
However when i turn on translation i am getting this error.
InvalidAccessError The object does not support the operation or argument
Error is happening only when i do translation from browser if i do translation from settings in Iphone the it is working fine.
and it is also working fine in all browsers in laptop.
If use javascript fetch
function instead of angular HttpClient
then it is working fine with HttpClient
request is not even going to server. It is giving error even before sending request.