Skip to content
Merged
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix path issue in Windows deployments for Next.js SSR (#7148)
1 change: 0 additions & 1 deletion src/frameworks/next/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@ export async function getProductionDistDirFiles(
cwd: join(sourceDir, distDir),
nodir: true,
absolute: false,
realpath: IS_WINDOWS,
},
(err, matches) => {
if (err) reject(err);
Expand Down