Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #12 38.76 web:build: - info Collecting page data...
- #12 40.93 web:build: TypeError: Cannot read properties of undefined (reading 'startsWith')
- #12 40.93 web:build: at new Redis (/app/apps/web/.next/server/chunks/7480.js:6002:35)
- #12 40.93 web:build: at 66583 (/app/apps/web/.next/server/pages/auth/signin.js:314:15)
- #12 40.93 web:build: at __webpack_require__ (/app/apps/web/.next/server/webpack-runtime.js:25:42)
- #12 40.93 web:build: at /app/apps/web/.next/server/pages/auth/signin.js:187:71
- #12 40.93 web:build: at __webpack_require__.a (/app/apps/web/.next/server/webpack-runtime.js:89:13)
- #12 40.93 web:build: at 68307 (/app/apps/web/.next/server/pages/auth/signin.js:178:21)
- #12 40.93 web:build: at __webpack_require__ (/app/apps/web/.next/server/webpack-runtime.js:25:42)
- #12 40.93 web:build: at /app/apps/web/.next/server/pages/auth/signin.js:134:75
- #12 40.93 web:build: at __webpack_require__.a (/app/apps/web/.next/server/webpack-runtime.js:89:13)
- #12 40.93 web:build: at 54843 (/app/apps/web/.next/server/pages/auth/signin.js:128:21)
- #12 40.93 web:build:
- #12 40.93 web:build: > Build error occurred
- #12 40.93 web:build: Error: Failed to collect page data for /auth/signin
- #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 {
- #12 40.93 web:build: type: 'Error'
- #12 40.93 web:build: }
- #12 41.02 web:build: ELIFECYCLE Command failed with exit code 1.
- #12 41.04 web:build: ERROR: command finished with error: command (/app/apps/web) pnpm run build exited (1)
- #12 41.04 command (/app/apps/web) pnpm run build exited (1)
- #12 41.05
- #12 41.05 Tasks: 0 successful, 1 total
- #12 41.05 Cached: 0 cached, 1 total
- #12 41.05 Time: 39.996s
- #12 41.05 Failed: web#build
- #12 41.05
- #12 41.05 ERROR run failed: command exited (1)
- #12 41.06 ELIFECYCLE Command failed with exit code 1.
- #12 ERROR: process "/bin/bash -ol pipefail -c pnpm run build" did not complete successfully: exit code: 1
- -----
- > [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.04 web:build: ERROR: command finished with error: command (/app/apps/web) pnpm run build exited (1)
- 41.04 command (/app/apps/web) pnpm run build exited (1)
- 41.05
- 41.05 Tasks: 0 successful, 1 total
- 41.05 Cached: 0 cached, 1 total
- 41.05 Time: 39.996s
- 41.05 Failed: web#build
- 41.05
- 41.05 ERROR run failed: command exited (1)
- 41.06 ELIFECYCLE Command failed with exit code 1.
- -----
- Dockerfile:24
- -------------------
- 22 | # build phase
- 23 | COPY . /app/.
- 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
- 25 |
- 26 |
- -------------------
- ERROR: failed to solve: process "/bin/bash -ol pipefail -c pnpm run build" did not complete successfully: exit code: 1
- Error: Docker build failed
Advertisement
Add Comment
Please, Sign In to add comment