Files
clicktrack/app/api/generate/route.ts
AJ Avezzano 986f30d8cc fix: wrap WAV Buffer in Uint8Array for NextResponse compatibility
NextResponse's BodyInit type doesn't accept Node.js Buffer directly.
Wrapping in Uint8Array satisfies the type and works at runtime.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 11:26:38 -04:00

2.3 KiB