[Fixed] RPC Executor Service Error when automating google sign in option (Cypress) – Google-chrome

by
Ali Hasan
cypress-origin google-chrome googlesigninaccount

Quick Fix: Disable ad blockers like uBlock and Ghostery. Log in and then enable ad blockers again.

The Problem:

When automating a Google sign-in option using Cypress, an error occurs in Chrome and Edge browsers, but not in Firefox. The error message is related to the RPC Executor Service, and the Cypress version is 12.12, Node version is 16.14.0, and Windows 10 and Chrome version 113 are being used.

The Solutions:

Solution 1: Disable Ad Blockers

The error encountered in the RPC Executor Service when automating Google sign-in through Cypress was resolved by disabling ad blockers such as uBlock and Ghostery. After disabling these plugins, the login process proceeded successfully. Upon re-enabling the ad blockers, the script continued to function correctly.

Q&A

How to resolve the issue?

Remove your ad blocker plugins and then logging in.