Types of property 'GET' are incompatible. Type '(request: NextRequest, { params }: { params: { id: string; }; }) => Promise<NextResponse<any>>' is not assignable to type '(request: NextRequest, context: { params: Promise<{ id: string; }>; }) => void | Response | Promise<void | Response>'. Types of parameters '__1' and 'context' are incompatible. Type '{ params: Promise<{ id: string; }>; }' is not assignable to type '{ params: { id: string; }; }'. Types of property 'params' are incompatible. Property 'id' is missing in type 'Promise<{ id: string; }>' but required in type '{ id: string; }'.
Next.js build worker exited with code: 1 and signal: null