Bug Report
Title
Observed the following errors in our Sentry logs.
UnhandledRejection
Non-Error promise rejection captured with value: Object Not Found Matching Id:2
Description
First of all, we are not using CefSharp directly.
But we observed the following errors in our Sentry logs.
UnhandledRejection
Non-Error promise rejection captured with value: Object Not Found Matching Id:2
And looks like the message comes from TryCallMethodResult exception, reference
Our logs show thoses errors was coming from Microsoft company, so it is highly likely that Microsoft did some SafeLink Scanning on emails(we attached our websites in emails).
What is the expectation? What do you see instead?
Expectation: no seeing errors out of our application, for instance from CefSharp.
Actual: seeing errors from CefSharp TryCallMethodResult
Additional information
Our website has cross-domain redirects, will this invalidate the JavascriptObject repository, then cause that error?
.
Bug Report
Title
Observed the following errors in our Sentry logs.
Description
First of all, we are not using CefSharp directly.
But we observed the following errors in our Sentry logs.
And looks like the message comes from
TryCallMethodResultexception, referenceOur logs show thoses errors was coming from Microsoft company, so it is highly likely that Microsoft did some SafeLink Scanning on emails(we attached our websites in emails).
What is the expectation? What do you see instead?
Expectation: no seeing errors out of our application, for instance from CefSharp.
Actual: seeing errors from CefSharp
TryCallMethodResultAdditional information
Our website has cross-domain redirects, will this invalidate the JavascriptObject repository, then cause that error?
.