Payload:chainId is type of number the front end: solana.signIn however expects an object containing chainId of type string more in particular "mainnet" else it throws an error and so signing is not possible. This obviously affects verification.
Furthermore, even though chainId is specified as optional, it gets included in the message with a default value anyway🤦🏼♂️
Payload:chainIdis type ofnumberthe front end:solana.signInhowever expects an object containingchainIdof type string more in particular"mainnet"else it throws an error and so signing is not possible. This obviously affects verification.Furthermore, even though
chainIdis specified as optional, it gets included in the message with a default value anyway🤦🏼♂️