Skip to content

doesn't support nextjs 14.1.0  #54

@ChangHyun2

Description

@ChangHyun2
  1. error log
    image
    image

  2. nextjs config

/** @type {import('next').NextConfig} */
const nextConfig = {
  webpack5: true,
  webpack: (
    config,
    { buildId, dev, isServer, defaultLoaders, nextRuntime, webpack }
  ) => {
    config.resolve.fallback = {
      fs: false,
      path: false,
      crypto: false,
    };

    return config;
  },
};

export default nextConfig;

  1. temporary solution

After downgrading to nextjs 14.0.4, it works well.

Metadata

Metadata

Assignees

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