serverless-next.js
serverless-next.js copied to clipboard
Cannot build with middleware and target: serverless
I don't know if this is a serverless-next issue but this warning has become an error for me in the latest nextjs
> Build error occurred
MiddlewareInServerlessTargetError: Next.js Middleware is not supported in the deprecated serverless target.
Please remove `target: "serverless" from your next.config.js to use Middleware.
And my next.config.mjs is empty
Originally posted by @revmischa in https://github.com/serverless-nextjs/serverless-next.js/issues/2329#issuecomment-1213421647
Bump.
+1
I'm working on a new setup that will solve this: https://github.com/jetbridge/cdk-nextjs