Skip to content
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

Problems running on Docker image #1

Open
luandro opened this issue Jan 30, 2024 · 0 comments
Open

Problems running on Docker image #1

luandro opened this issue Jan 30, 2024 · 0 comments

Comments

@luandro
Copy link
Contributor

luandro commented Jan 30, 2024

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
  }
}
@luandro luandro changed the title Problem running on Docker image Problems running on Docker image Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant