We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First UI showed and fails with start button:
Worked with upload but build failed:
Then even UI crashed with this error:
The text was updated successfully, but these errors were encountered: