npm run docker build 失败 #6499
Replies: 2 comments
-
via 'docker-compose.yml' |
Beta Was this translation helpful? Give feedback.
0 replies
-
应该是网络连接问题 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2.932
3.082 ▲ Next.js 15.1.7
3.082 - Experiments (use with caution):
3.082 · webpackMemoryOptimizations
3.083
3.135 Creating an optimized production build ...
3.776 ○ (serwist) The service worker will not be automatically registered, please call 'window.serwist.register()' in 'componentDidMount' or 'useEffect'.
3.786 ✓ (serwist) Bundling the service worker script with the URL '/sw.js' and the scope '/'...
483.4 ✓ Compiled successfully
484.0 Skipping linting
484.0 Checking validity of types ...
551.0 Collecting page data ...
552.8 {
552.8 allowDangerousEmailAccountLinking: true,
552.8 clientId: undefined,
552.8 clientSecret: undefined,
552.8 platformType: 'WebsiteApp',
552.8 profile: [Function: profile]
552.8 }
553.2 ⚠ Using edge runtime on a page currently disables static generation for that page
555.8 {
555.8 allowDangerousEmailAccountLinking: true,
555.8 clientId: undefined,
555.8 clientSecret: undefined,
555.8 platformType: 'WebsiteApp',
555.8 profile: [Function: profile]
555.8 }
585.5 Generating static pages (0/874) ...
600.5 Generating static pages (218/874)
611.4 Generating static pages (436/874)
621.9 Generating static pages (655/874)
690.3 Failed to build /[variants]/(main)/chat/(workspace)/page: /en-US__0__dark/chat (attempt 1 of 3) because it took more than 60 seconds. Retrying again shortly.
690.3 Failed to build /[variants]/(main)/chat/(workspace)/page: /en-US__0__light/chat (attempt 1 of 3) because it took more than 60 seconds. Retrying again shortly.
690.3 Failed to build /[variants]/(main)/chat/(workspace)/page: /zh-CN__0__dark/chat (attempt 1 of 3) because it took more than 60 seconds. Retrying again shortly.
750.4 Failed to build /[variants]/(main)/chat/(workspace)/page: /en-US__0__dark/chat (attempt 2 of 3) because it took more than 60 seconds. Retrying again shortly.
750.5 Failed to build /[variants]/(main)/chat/(workspace)/page: /zh-CN__0__dark/chat (attempt 2 of 3) because it took more than 60 seconds. Retrying again shortly.
750.7 Failed to build /[variants]/(main)/chat/(workspace)/page: /en-US__0__light/chat (attempt 2 of 3) because it took more than 60 seconds. Retrying again shortly.
810.7 Failed to build /[variants]/(main)/chat/(workspace)/page: /en-US__0__dark/chat after 3 attempts.
810.7 Export encountered an error on /[variants]/(main)/chat/(workspace)/page: /en-US__0__dark/chat, exiting the build.
Beta Was this translation helpful? Give feedback.
All reactions