Closed roberpkr closed 6 months ago
https://github.com/wevm/frog/pull/271 maybe related? it was the same error I was getting when it was trying to fetch an image from within. Not sure if this is already in prod? https://github.com/wevm/frog/pull/272
tested it out with node template on a vps.
are you sure you're testing against a correct link?
if you're using template next or vercel, you have to add /api
suffix.
if the issue still exists, please add a fully reproducible example that I can clone and reproduce. closing this but feel free to reopen.
hi, i am bit crazy with this topic. I am not able to do it working..
Steps to reproduce:
Config node : v.18.14.1 { "name": "try7frognode", "private": true, "type": "module", "scripts": { "dev": "frog dev", "serve": "tsx src/index.tsx" }, "dependencies": { "@hono/node-server": "^1", "hono": "^4", "frog": "latest" }, "devDependencies": { "@types/node": "^20.11.17", "tsx": "^3.12.2" } }
Describe the bug
Warpcast validation is errored:
19:21:01 validateFrameEmbed 400 - Frame image error: Invalid ContentType: 'text/html; charset=UTF-8'. Total 1235ms
If you try to cast it directly , the image can not be loaded
I am not an expert but I think that frog is not properly parsing the html to be 100% compliant with the protocols.
Link to Minimal Reproducible Example
No response
Steps To Reproduce
Frog Version
0.8.6
TypeScript Version
3.12.2
Check existing issues
Anything else?
I started using 0.8.5 and i could not cast any frame yet. Last version, 0.8.6,has the same behaviour. Thank you!