Error occurs if trying to sign typed data with KmsSigner as below:
await signer._signTypedData(domain, types, message)
An unexpected error occurred:
ProviderError: HttpProviderError
at HttpProvider.request (node_modules/hardhat/src/internal/core/providers/http.ts:78:19)
at KMSSigner.request (node_modules/@rumblefishdev/hardhat-kms-signer/src/provider.ts:78:34)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Error occurs if trying to sign typed data with KmsSigner as below: