You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team, very new to this, I have installed the onchain toolkit to test the farcaster frames and it is looking good.
But will appreciate if you could explain me how can I can test the code async function getResponse(req: NextRequest): Promise<NextResponse> {?, I mean testing /app/api/frame/route.ts
Basically need to make sure if the functionality works locally (not the frames) and when hitting the api `https://api.geckoterminal.com/api/' to make sure what response etc is coming back, as and see if the chart is loading properly.
Really appreciate your work here and waiting for a response.
The text was updated successfully, but these errors were encountered:
Hi Team, very new to this, I have installed the onchain toolkit to test the farcaster frames and it is looking good.
But will appreciate if you could explain me how can I can test the code
async function getResponse(req: NextRequest): Promise<NextResponse> {
?, I mean testing /app/api/frame/route.tsBasically need to make sure if the functionality works locally (not the frames) and when hitting the api `https://api.geckoterminal.com/api/' to make sure what response etc is coming back, as and see if the chart is loading properly.
Really appreciate your work here and waiting for a response.
The text was updated successfully, but these errors were encountered: