Skip to content
Important
Security Advisory: React2Shell & two new vulnerabilities
Find out more
DocsErrorsDetected `next.config.js`, no exported configuration found

Detected `next.config.js`, no exported configuration found

Why This Warning Occurred

There is no object exported from next.config.js or the object is empty.

Possible Ways to Fix It

Check if you correctly export configuration in next.config.js file:

next.config.js
module.exports = {
  /* config options here */
}

Was this helpful?

supported.