-
Notifications
You must be signed in to change notification settings - Fork 249
Open
Description
Steps to reproduce
- clone this repo
npm installnpm run devto run a-frame-in-100-lines app- clone onchainkit repo
- cd /framegear
npm installnpm run dev- get url provided in 3 and paste it into the input field on framegear website and then press Fetch button
- the frame will be presented on framegear website
- enter any text in the input field of the frame being rendered and then press "Story time"
- you will see an error on the backend of a-frame-in-100-lines app
The error message
FetchError: non-200 status returned from neynar : 400
at Object.postDataToNeynar (webpack-internal:///(rsc)/./node_modules/@coinbase/onchainkit/lib/utils/neynar/postDataToNeynar.js:18:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Object.neynarFrameValidation (webpack-internal:///(rsc)/./node_modules/@coinbase/onchainkit/lib/utils/neynar/frame/neynarFrameValidation.js:7:26)
at async getFrameMessage (webpack-internal:///(rsc)/./node_modules/@coinbase/onchainkit/lib/frame/getFrameMessage.js:20:22)
at async getResponse (webpack-internal:///(rsc)/./app/api/frame/route.ts:14:34)
at async /home/claudio/src/cartesi/a-frame-in-100-lines/node_modules/next/dist/compiled/next-server/app-route.runtime.dev.js:6:62499Extra comments
This repo is using onchainkit library 0.14.1 and the framegear app on onchainkit's repo is using onchainkit library version 0.15.0.
I updated this repo to version 0.15.0, but the error is the same.
Metadata
Metadata
Assignees
Labels
No labels