-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker build error #18
Comments
LightGao-Hub
pushed a commit
to LightGao-Hub/webapp-text-generator
that referenced
this issue
Apr 16, 2024
Causing Docker build failure, with exception logs as follows: Error occurred prerendering page "/api/parameters". Read more: https://nextjs.org/docs/messages/prerender-error
[2024-04-15T12:23:36.268Z] Error: connect ECONNREFUSED ::1:80
[2024-04-15T12:23:36.268Z] at AxiosError.from (/app/.next/server/chunks/35.js:3687:16)
[2024-04-15T12:23:36.268Z] at RedirectableRequest.handleRequestError (/app/.next/server/chunks/35.js:5515:31)
[2024-04-15T12:23:36.268Z] at RedirectableRequest.emit (node:events:513:28)
[2024-04-15T12:23:36.268Z] at eventHandlers.<computed> (/app/.next/server/chunks/35.js:1364:28)
[2024-04-15T12:23:36.268Z] at ClientRequest.emit (node:events:513:28)
[2024-04-15T12:23:36.268Z] at Socket.socketErrorListener (node:_http_client:495:9)
[2024-04-15T12:23:36.268Z] at Socket.emit (node:events:513:28)
[2024-04-15T12:23:36.268Z] at emitErrorNT (node:internal/streams/destroy:151:8)
[2024-04-15T12:23:36.268Z] at emitErrorCloseNT (node:internal/streams/destroy:116:3)
[2024-04-15T12:23:36.268Z] at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
[2024-04-15T12:23:36.268Z] at Axios.request (/app/.next/server/chunks/35.js:6141:49)
[2024-04-15T12:23:36.268Z] at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
[2024-04-15T12:23:36.268Z] at async CompletionClient.sendRequest (/app/.next/server/chunks/35.js:6627:24)
[2024-04-15T12:23:36.268Z] at async GET (/app/.next/server/app/api/parameters/route.js:148:23)
[2024-04-15T12:23:36.269Z] at async AppRouteRouteHandler.execute (/app/node_modules/next/dist/server/future/route-handlers/app-route-route-handler.js:330:26)
[2024-04-15T12:23:36.269Z] at async AppRouteRouteHandler.handle (/app/node_modules/next/dist/server/future/route-handlers/app-route-route-handler.js:410:30)
[2024-04-15T12:23:36.269Z] at async /app/node_modules/next/dist/export/worker.js:236:42
[2024-04-15T12:23:36.269Z] at async Span.traceAsyncFn (/app/node_modules/next/dist/trace/trace.js:79:20)
[2024-04-15T12:23:36.269Z] info - Generating static pages (3/7)
[2024-04-15T12:23:36.269Z] info - Generating static pages (5/7)
[2024-04-15T12:23:36.269Z] info - Generating static pages (7/7) |
iamjoel
pushed a commit
that referenced
this issue
Aug 7, 2024
* feat: add Dockerfile (#16) * fix: add route.ts exception capture (#18) --------- Co-authored-by: gaoliang1-jk <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
webapp-text-generator/app/api/parameters/route.ts Missing exception capture
The text was updated successfully, but these errors were encountered: