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.

Lambda@Edge Builder fails on ESM modules #2391

@shishkin

Description

@shishkin

Issue Summary

I've tried building Lambda@Edge using the latest Next.js v12.1.0 release with "type": "module" setting in package.json, which got recent support. The builder fails with an error suggesting that next.config.js is treated as ESM and needs to be renamed to .cjs. Renaming it confusingly produces the same error.

Actual behavior

Error: Command failed with exit code 1: ./node_modules/.bin/next build
error - Failed to load next.config.js, see more info here https://nextjs.org/docs/messages/next-config-error

> Build error occurred
ReferenceError: module is not defined in ES module scope
This file is being treated as an ES module because it has a '.js' file extension and '.../package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension.

Expected behavior

Lambda@edge builds without errors.

Steps to reproduce

  1. Create new Next.js project
  2. Add @sls-next/lambda-at-edge dependency
  3. Set "type": "module" setting in package.json
  4. Run yarn build
  5. Run yarn exec exec build-lambda-at-edge .

Screenshots/Code/Configuration/Logs

See above.

Versions

  • OS/Environment: MacOS
  • @sls-next/serverless-component version: 3.7.0
  • Next.js version: 12.1.0

Additional context

Checklist

  • You have reviewed the README and FAQs, which answers several common questions.
  • You have reviewed our DEBUGGING wiki and have tried your best to include complete information and reproduction steps (including your configuration) as is possible. As there is only one maintainer (who maintains this in his free time) and thus very limited resources, if you have time, please try to debug the issue a bit yourself if possible.
  • You have first tried using the most recent latest or alpha @sls-next/serverless-component release version, which may have already fixed your issue or implemented the feature you are trying to use. Note that the old serverless-next.js component and the serverless-next.js plugin are deprecated and no longer maintained.

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