We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*issue Next 14 Error: The "target" property is no longer supported in next.config.js
Next 14 Error: The "target" property is no longer supported in next.config.js
currently NextJs version: 14.1.3
14.1.3
next.config.mjs
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, }; export default nextConfig;
serverless.yml
NEXT-TEST: component: "@sls-next/[email protected]" inputs: runtime: defaultLambda: "nodejs18.x" apiLambda: "nodejs18.x" imageLambda: "nodejs18.x" memory: defaultLambda: 4096 apiLambda: 4096 imageLambda: 4096 timeout: defaultLambda: 30 apiLambda: 30 imageLambda: 30 bucketRegion: XXXXX bucketName: XXXXXX
To deploy I am using below command: npx [email protected]
npx [email protected]
Concern Can't use NextJs 12 now because most of things are now depricated.
Question
The text was updated successfully, but these errors were encountered:
@shivakantshukla55 Could you find any solution?
Sorry, something went wrong.
No branches or pull requests
*issue
Next 14 Error: The "target" property is no longer supported in next.config.js
currently NextJs version:
14.1.3
next.config.mjs
serverless.yml
To deploy I am using below command:
npx [email protected]
Concern
Can't use NextJs 12 now because most of things are now depricated.
Question
The text was updated successfully, but these errors were encountered: