Problem in running Meeting SDK - CDN on docker desktop & azure

Created docker image from CDN folder & run on docker desktop, but getting below error, facing same issue while deploying on azure webapp

websdk-cdn@2.9.5 start
set NODE_ENV=development && set BABEL_ENV=development && node corp.js --corp

Listening at http://127.0.0.1:9999/index.html
node:events:371
throw er; // Unhandled ‘error’ event
^

Error: spawn chrome ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
at onErrorNT (node:internal/child_process:480:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Emitted ‘error’ event on ChildProcess instance at:
at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12)
at onErrorNT (node:internal/child_process:480:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -2,
code: ‘ENOENT’,
syscall: ‘spawn chrome’,
path: ‘chrome’,
spawnargs: [ ‘http://127.0.0.1:9999/index.html’ ]
}

@rakesh.purohit ,

Is the error complaining that it can’t find chrome package within the docker container?
could you retry and build your container with chrome installed npm install chrome, and let me know if the issue persist

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.