Next.js Discord

Discord Forum

Any replacements for NextResponse, NextRequest?

Unanswered
Russian Spaniel posted this in #help-forum
Open in Discord
Russian SpanielOP
I'm running a monorepo with turbo repo. I'm getting the error:

WEBPACK_IMPORTED_MODULE_0__.json is not a function

This is for:

import { NextResponse } from "next/server"

I'm sure it's either a turborepo / pnpm issue.

I know one option I can dive into the nextjs codebase and pull out these two functions and try to recreate them or there's another solution?

So are there any replacements for these two? I know with NextResponse I can use:

new Response()

for example...

Thanks!

0 Replies