Making provider by "ethers5Adapter" and using it in ComposeDB gives below error but work fine with "window.etherenum"

 const ethProvider = ethers5Adapter.provider.toEthers({
        client,
        chain,
      });
      const addresses = await ethProvider.request({
        method: "eth_requestAccounts",
      });
      const accountId = await getAccountId(ethProvider, addresses[0]);
      const authMethod = await EthereumWebAuth.getAuthMethod(
        ethProvider,
        accountId,
      );

Hi @prashantjha - is there a test repo I can look at to investigate further?