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
The error there is "ERR_BLOCKED_BY_CLIENT", it's probably a ad-block blocking script load. It shouldn't halt any JavaScript unless local code uses some global namespace from that file (unlikely).
This ends up stopping the JavaScript thread. Need it to degrade gracefully and hopefully fix the underlying problem as well.
Ex:
The text was updated successfully, but these errors were encountered: