thisjust.
03/05/2021, 6:30 AM} catch (err) {
if (err.message === "Please provide a valid domain name") {
// .origin gives the port as well..
doNotDoInterception =
utils_1.normaliseURLDomainOrThrowError(window.location.origin) !==
AuthHttpRequest.apiDomain && AuthHttpRequest.addedFetchInterceptor;
} else {
throw err;
}
console.log("value of doNotDoInterception", doNotDoInterception)
}