Content
@
https://warpcast.com/~/channel/frames-devs
0 reply
0 recast
0 reaction
Colin
@colin
I'm getting this error on certain frames and I can't figure out why. Here are two examples: https://paragraph.xyz/@quilibrium.com/the-alternative-thesis-of-consumer-crypto https://paragraph.xyz/@borodutch.eth/seggs-101 The validation error doesn't really explain what the issue is. The img isn't returning a 403.
3 replies
0 recast
18 reactions
Yaotoshi
@yaotoshi
Yes, same here. I'm not sure what's causing it. I haven't made any changes, yet suddenly I can't access my frame anymore through warpcast frame validator.
1 reply
0 recast
0 reaction
Colin
@colin
For me, it turned out it was an incorrect content-type: https://warpcast.com/undefined/0xe6cbab7d
1 reply
0 recast
0 reaction
Yaotoshi
@yaotoshi
1000 $DEGEN Thanks, I've managed to resolve the issue for me: The problem was with my custom Express.js code; If you're using Express.js, you need to set up endpoints for both GET and POST requests. async function handler(req, res) {} app.post("/test", handler); app.get("/test", handler);
1 reply
0 recast
0 reaction