Linda Xie
@linda
Update: I just got the app to deploy on vercel based on tips people gave me! I followed @fucory's advice on telling Cursor to think harder about the problem vs letting it go in loops, then from @mattlee's advice gave that thinking to another AI which told me what was likely wrong. Once I followed that and fixed, it worked Next step is to get it published and working specifically as a Farcaster mini app. Then nice to have is to integrate Farcaster social graph using Neynar to make a leaderboard
10 replies
4 recasts
55 reactions
Matt
@mtt
Was this by a chance the Vercel deploy error? I kept running into this when I tried using the quick start command
1 reply
0 recast
1 reaction
Bianc8.eth
@bianc8
I think u just need to await for params and then extract the fid export default async function Page({ params, }: { params: Promise<{ fid: string }> }) { const { fid } = await params } next js switched to async page params in the v15, docs her https://nextjs.org/docs/app/api-reference/file-conventions/page#props
1 reply
0 recast
3 reactions
Matt
@mtt
Ty!!
0 reply
0 recast
2 reactions