Content pfp
Content
@
https://warpcast.com/~/channel/frames-v2
0 reply
0 recast
0 reaction

0xUgly pfp
0xUgly
@0xugly
Hey guys, I am having issues verifying the signature to validate my frame even though i am passing the correct signature with my custody wallet address. Any suggestions where I am going wrong?
2 replies
0 recast
2 reactions

Justin Hunter pfp
Justin Hunter
@polluterofminds
I've had all kinds of issues with this. How are you verifying your manifest file?
1 reply
0 recast
1 reaction

horsefacts pfp
horsefacts
@horsefacts.eth
looks like your signature is hex encoded, but the format expects base64. try converting it to base64. If you have a hex string, you can use: Buffer.from(hexString, 'hex').toString('base64');
1 reply
0 recast
1 reaction