79552444

Date: 2025-04-03 09:02:06
Score: 2.5
Natty:
Report link

I get the error below:

vercel error

Reading at https://nextjs.org/docs/app/api-reference/config/next-config-js/output#caveats, about outputFileTracingExcludes. I have add the code below in next.config.ts:

const nextConfig: NextConfig = { ..., outputFileTracingExcludes: { "/api/docs": ["./.next/cache/**/*"] }, .... };

Then the project working right, my nextjs version is 15.1.6, you can check my config at my project. Hope this help everyone.

Reasons:
  • Whitelisted phrase (-1): Hope this help
  • RegEx Blacklisted phrase (1): I get the error
  • Probably link only (1):
  • Contains signature (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: holedev