79716214

Date: 2025-07-27 07:10:21
Score: 0.5
Natty:
Report link

You are using --mount=type=secret. And your npm run build command didn't see your /run/secrets/ folder.
Don't use secrets in build step. Use environment variables at runtime:
ENV NEXTAUTH_SECRET=$NEXT_PUBLIC_PLACEHOLDER_SECRET

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Space Coding