Javascript – Dynamic server usage: Page couldn't be rendered statically because it used `nextUrl.searchParams` in Next.js version 14
I am in very critical trouble, let me explain I am creating a full stack application with next js 13, I have created an API that is perfectly working in dev(npm run dev) mode but the problem is when I…