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
Uncaught (in promise) TypeError: Failed to construct 'URL': Invalid URL has been observed as happening when an extension is loaded for the first time. Personally I have tabs open like chrome://extensions and chrome://version which could be the cause. The stack trace indicates this happens on the last line of the extractHostname function where new URL(extractedUrl).hostname; is called.
The text was updated successfully, but these errors were encountered:
Uncaught (in promise) TypeError: Failed to construct 'URL': Invalid URL
has been observed as happening when an extension is loaded for the first time. Personally I have tabs open likechrome://extensions
andchrome://version
which could be the cause. The stack trace indicates this happens on the last line of theextractHostname
function wherenew URL(extractedUrl).hostname;
is called.The text was updated successfully, but these errors were encountered: