Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Will NextJS versions 13 and beyond receive support? If not, what alternatives will be available? #2608

Open
@shivakantshukla55

Description

@shivakantshukla55

*issue
Next 14 Error: The "target" property is no longer supported in next.config.js

currently NextJs version: 14.1.3

next.config.mjs

/** @type {import('next').NextConfig} */
const nextConfig = {
  reactStrictMode: true,
};

export default nextConfig;

serverless.yml

NEXT-TEST:
  component: "@sls-next/serverless-component@3.6.0"  
  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 serverless@2.72.2

Concern
Can't use NextJs 12 now because most of things are now depricated.

Question

  1. Will NextJS versions 13 and beyond receive support?
  2. If not, what alternatives will be available?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions