Hi there,
I’m not sure if I’ve reached out to the right place, but we’ve encountered an issue where signatures are not functioning when using WalletConnect. The signature window appears, but after signing, an error message is displayed. Could you help us understand what might be causing this issue?
import { useSignTypedData } from "wagmi";
const typedMessage = generateTypesSignMessage({
address,
});
await signTypedDataAsync(typedMessage);
Thank you.