Unable to create a processor in NextJS

Unable to create processor in NextJS application

Hi,

I’ve been trying to create a new processor to get access to the raw audio, I followed the documentation from Video SDK - web - Raw data - audio
it works fine using a React js + vite application, however when I try to do the same using NextJS I get this error:
{
“type”: “INTERNAL_ERROR”,
“reason”: “An error occurred while creating a Processor.”,
“errorCode”: 2
}

nextjs version 15.3.2

video sdk version ^2.1.10

do you know how to fix this issue?

Hey. @iceberger

Thanks for your feedback.

Could you share some problematic session IDs with us for troubleshooting purposes?

Thanks
Vic

Hi @iceberger here’s a sample app showcasing how to use the audio processor in a Next.js app-router project: GitHub - zoom/videosdk-nextjs-quickstart at audio-proc