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?