···77// Stripe is incompatible with Edge runtimes due to using Node.js events
88// export const runtime = "edge";
991010+// We should understand why some requests are taking longer than 15s
1111+export const maxDuration = 120;
1212+1013const handler = (req: NextRequest) =>
1114 fetchRequestHandler({
1215 endpoint: "/api/trpc/lambda",