Open
Description
First UI showed and fails with start button:
TypeError: Cannot read properties of undefined (reading 'browser_download_url')
Worked with upload but build failed:
✖ Error: Failed to launch chrome! spawn /app/.next/standalone/node_modules/puppeteer/.local-chromium/linux-536395/chrome-linux/chrome ENOENT
Then even UI crashed with this error:
TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11730:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async invokeRequest (/app/.next/standalone/node_modules/next/dist/server/lib/server-ipc/invoke-request.js:17:12)
at async invokeRender (/app/.next/standalone/node_modules/next/dist/server/lib/router-server.js:254:29)
at async handleRequest (/app/.next/standalone/node_modules/next/dist/server/lib/router-server.js:447:24)
at async requestHandler (/app/.next/standalone/node_modules/next/dist/server/lib/router-server.js:464:13)
at async Server.<anonymous> (/app/.next/standalone/node_modules/next/dist/server/lib/start-server.js:117:13) {
cause: Error: connect ECONNREFUSED 0.0.0.0:42907
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '0.0.0.0',
port: 42907
}
}
Metadata
Metadata
Assignees
Labels
No labels