{"record":{"id":"763e85a636e1c863","repo":"vercel/next.js","slug":"found-pages-with-fallback-enabled-fallbac","errorCode":null,"errorMessage":"Found pages with `fallback` enabled:\n${[...fallbackEnabledPages].join('\\n')}\nPages with `fallback` enabled in `getStaticPaths` can not be exported. See more info here: https://nextjs.org/docs/messages/ssg-fallback-true-export\n","messagePattern":"Found pages with `fallback` enabled:\n(.+?)\nPages with `fallback` enabled in `getStaticPaths` can not be exported\\. See more info here: https://nextjs\\.org/docs/messages/ssg-fallback-true-export\n","errorType":"validation","errorClass":"ExportError","httpStatus":null,"severity":"error","filePath":"packages/next/src/export/index.ts","lineNumber":622,"sourceCode":"    allExportPaths.push({ ...entry, path: normalizedPath })\n\n    if (prerenderManifest && !options.buildExport) {\n      const prerenderInfo = prerenderManifest.dynamicRoutes[entry.page]\n\n      if (prerenderInfo && prerenderInfo.fallback !== false) {\n        fallbackEnabledPages.add(entry.page)\n      }\n    }\n  }\n\n  if (allExportPaths.length === 0) {\n    if (!prerenderManifest) {\n      return null\n    }\n  }\n\n  if (fallbackEnabledPages.size > 0) {\n    throw new ExportError(\n      `Found pages with \\`fallback\\` enabled:\\n${[...fallbackEnabledPages].join(\n        '\\n'\n      )}\\n${SSG_FALLBACK_EXPORT_ERROR}\\n`\n    )\n  }\n\n  let hasMiddleware = false\n\n  if (!options.buildExport) {\n    try {\n      const middlewareManifest = require(\n        join(distDir, SERVER_DIRECTORY, MIDDLEWARE_MANIFEST)\n      ) as MiddlewareManifest\n\n      const functionsConfigManifest = require(\n        join(distDir, SERVER_DIRECTORY, FUNCTIONS_CONFIG_MANIFEST)\n      )\n","sourceCodeStart":604,"sourceCodeEnd":640,"githubUrl":"https://github.com/vercel/next.js/blob/258b1c1bc05f7099816b88f70b7b3422b24a4b8d/packages/next/src/export/index.ts#L604-L640","documentation":"Error \"Found pages with `fallback` enabled:\n${[...fallbackEnabledPages].join('\\n')}\nPages with `fallback` enabled in `getStaticPaths` can not be exported. See more info here: https://nextjs.org/docs/messages/ssg-fallback-true-export\n\" thrown in vercel/next.js.","triggerScenarios":"next export is run while pages use getStaticPaths with fallback enabled.","commonSituations":"Using fallback: true or blocking in getStaticPaths together with output: export.","solutions":["Remove fallback: true from getStaticPaths for the listed pages, or drop output: export."],"exampleFix":null,"handlingStrategy":"validation","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"258b1c1bc05f7099816b88f70b7b3422b24a4b8d","analyzedAt":"2026-08-19T02:10:13.922Z","contentChangedAt":"2026-08-19T02:10:13.922Z","schemaVersion":2},"datasetVersion":"2026-09-14T05:17:10.506Z"}