Skip to content

millsp/prisma-monorepo-nextjs-custom-output-notfound-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prisma + Next.js Custom Output Not Found Repro

  1. pnpm install
  2. cd packages/database && pnpm exec prisma generate
  3. cd ../service && pnpm exec next build
  4. rm -fr .next/standalone/node_modules to workaround vercel/next.js#42651
  5. node .next/standalone/server.js
  6. Open http://localhost:3000/api/test
  7. See error:
Error: ENOENT: no such file or directory, open '/home/millsp/Work/repros/prisma-monorepo-nextjs-custom-output-notfound-repro/packages/service/.next/standalone/.next/server/pages/api/schema.prisma'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published