Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Cannot find module '/portfolio-website/.next/server/app/page_client-reference-manifest.js' #12

Open
aungkoman opened this issue Oct 20, 2023 · 1 comment

Comments

@aungkoman
Copy link

When we run

next start

we have following error logs

msd@MSDs-Mac-mini portfolio-website % next start   
  ▲ Next.js 13.5.6
  - Local:        http://localhost:3000

 ✓ Ready in 188ms
Error: Cannot find module '/Applications/XAMPP/xamppfiles/htdocs/portfolio-website/.next/server/app/page_client-reference-manifest.js'
Require stack:
- /usr/local/lib/node_modules/next/dist/server/load-components.js
- /usr/local/lib/node_modules/next/dist/server/next-server.js
- /usr/local/lib/node_modules/next/dist/server/next.js
- /usr/local/lib/node_modules/next/dist/server/lib/start-server.js
- /usr/local/lib/node_modules/next/dist/cli/next-start.js
- /usr/local/lib/node_modules/next/dist/lib/commands.js
- /usr/local/lib/node_modules/next/dist/bin/next
    at Module._resolveFilename (node:internal/modules/cjs/loader:1075:15)
    at /usr/local/lib/node_modules/next/dist/server/require-hook.js:54:36
    at Module._load (node:internal/modules/cjs/loader:920:27)
    at Module.require (node:internal/modules/cjs/loader:1141:19)
    at mod.require (/usr/local/lib/node_modules/next/dist/server/require-hook.js:64:28)
    at require (node:internal/modules/cjs/helpers:110:18)
    at loadClientReferenceManifest (/usr/local/lib/node_modules/next/dist/server/load-components.js:43:72)
    at loadComponentsImpl (/usr/local/lib/node_modules/next/dist/server/load-components.js:65:29)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async NextNodeServer.findPageComponentsImpl (/usr/local/lib/node_modules/next/dist/server/next-server.js:439:36) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/usr/local/lib/node_modules/next/dist/server/load-components.js',
    '/usr/local/lib/node_modules/next/dist/server/next-server.js',
    '/usr/local/lib/node_modules/next/dist/server/next.js',
    '/usr/local/lib/node_modules/next/dist/server/lib/start-server.js',
    '/usr/local/lib/node_modules/next/dist/cli/next-start.js',
    '/usr/local/lib/node_modules/next/dist/lib/commands.js',
    '/usr/local/lib/node_modules/next/dist/bin/next'
  ]
}

@aungkoman
Copy link
Author

in localhost:3000 we got Internal Server Error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant