Guest User

Error log

a guest
Feb 15th, 2024
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. #12 38.76 web:build: - info Collecting page data...
  2.  
  3. #12 40.93 web:build: TypeError: Cannot read properties of undefined (reading 'startsWith')
  4. #12 40.93 web:build: at new Redis (/app/apps/web/.next/server/chunks/7480.js:6002:35)
  5. #12 40.93 web:build: at 66583 (/app/apps/web/.next/server/pages/auth/signin.js:314:15)
  6. #12 40.93 web:build: at __webpack_require__ (/app/apps/web/.next/server/webpack-runtime.js:25:42)
  7. #12 40.93 web:build: at /app/apps/web/.next/server/pages/auth/signin.js:187:71
  8. #12 40.93 web:build: at __webpack_require__.a (/app/apps/web/.next/server/webpack-runtime.js:89:13)
  9. #12 40.93 web:build: at 68307 (/app/apps/web/.next/server/pages/auth/signin.js:178:21)
  10.  
  11. #12 40.93 web:build: at __webpack_require__ (/app/apps/web/.next/server/webpack-runtime.js:25:42)
  12. #12 40.93 web:build: at /app/apps/web/.next/server/pages/auth/signin.js:134:75
  13. #12 40.93 web:build: at __webpack_require__.a (/app/apps/web/.next/server/webpack-runtime.js:89:13)
  14. #12 40.93 web:build: at 54843 (/app/apps/web/.next/server/pages/auth/signin.js:128:21)
  15.  
  16. #12 40.93 web:build:
  17. #12 40.93 web:build: > Build error occurred
  18. #12 40.93 web:build: Error: Failed to collect page data for /auth/signin
  19. #12 40.93 web:build: at /app/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.js:1152:15 {
  20. #12 40.93 web:build: type: 'Error'
  21. #12 40.93 web:build: }
  22. #12 41.02 web:build:  ELIFECYCLE  Command failed with exit code 1.
  23.  
  24. #12 41.04 web:build: ERROR: command finished with error: command (/app/apps/web) pnpm run build exited (1)
  25. #12 41.04 command (/app/apps/web) pnpm run build exited (1)
  26.  
  27. #12 41.05
  28. #12 41.05 Tasks: 0 successful, 1 total
  29. #12 41.05 Cached: 0 cached, 1 total
  30. #12 41.05 Time: 39.996s
  31. #12 41.05 Failed: web#build
  32. #12 41.05
  33. #12 41.05 ERROR run failed: command exited (1)
  34. #12 41.06  ELIFECYCLE  Command failed with exit code 1.
  35.  
  36. #12 ERROR: process "/bin/bash -ol pipefail -c pnpm run build" did not complete successfully: exit code: 1
  37.  
  38. -----
  39.  
  40. > [stage-0 8/10] RUN --mount=type=cache,id=s/aaf42546-cab6-4e5d-9463-f0032b67fa3a-apps/web/next/cache,target=/app/apps/web/.next/cache --mount=type=cache,id=s/aaf42546-cab6-4e5d-9463-f0032b67fa3a-node_modules/cache,target=/app/node_modules/.cache --mount=type=cache,id=s/aaf42546-cab6-4e5d-9463-f0032b67fa3a-packages/server/next/cache,target=/app/packages/server/.next/cache pnpm run build:
  41. 41.04 web:build: ERROR: command finished with error: command (/app/apps/web) pnpm run build exited (1)
  42. 41.04 command (/app/apps/web) pnpm run build exited (1)
  43. 41.05
  44. 41.05 Tasks: 0 successful, 1 total
  45. 41.05 Cached: 0 cached, 1 total
  46. 41.05 Time: 39.996s
  47. 41.05 Failed: web#build
  48. 41.05
  49. 41.05 ERROR run failed: command exited (1)
  50. 41.06  ELIFECYCLE  Command failed with exit code 1.
  51. -----
  52.  
  53. Dockerfile:24
  54. -------------------
  55. 22 | # build phase
  56. 23 | COPY . /app/.
  57. 24 | >>> RUN --mount=type=cache,id=s/aaf42546-cab6-4e5d-9463-f0032b67fa3a-apps/web/next/cache,target=/app/apps/web/.next/cache --mount=type=cache,id=s/aaf42546-cab6-4e5d-9463-f0032b67fa3a-node_modules/cache,target=/app/node_modules/.cache --mount=type=cache,id=s/aaf42546-cab6-4e5d-9463-f0032b67fa3a-packages/server/next/cache,target=/app/packages/server/.next/cache pnpm run build
  58. 25 |
  59. 26 |
  60. -------------------
  61. ERROR: failed to solve: process "/bin/bash -ol pipefail -c pnpm run build" did not complete successfully: exit code: 1
  62.  
  63. Error: Docker build failed
Advertisement
Add Comment
Please, Sign In to add comment