You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending error report from content script, idToken is undefined which causes 401 Unauthorized error on FES.
It happens because in doSendErrorToSharedTenantFes we try to parse acctEmail from current url, but there is no such url parameter in content script, need to fetch current acctEmail from storage.
The text was updated successfully, but these errors were encountered:
When sending error report from content script,
idToken
isundefined
which causes401 Unauthorized
error on FES.It happens because in doSendErrorToSharedTenantFes we try to parse
acctEmail
from current url, but there is no such url parameter in content script, need to fetch currentacctEmail
from storage.The text was updated successfully, but these errors were encountered: