You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==================================================
root@elektrika:~/meet# yarn dev
yarn run v1.22.4
$ concurrently -n 'server,client' -c 'red,green' "nodemon app.js" "NODE_ENV=production PORT=8000 react-scripts start"
[server] [nodemon] 2.0.4
[server] [nodemon] to restart at any time, enter rs
[server] [nodemon] watching path(s): .
[server] [nodemon] watching extensions: js,mjs,json
[server] [nodemon] starting node app.js
[server] listening on 4001
[client] ℹ 「wds」: Project is running at http://0.0.0.0:8000/
[client] ℹ 「wds」: webpack output is served from
[client] ℹ 「wds」: Content not from webpack is served from /root/meet/public
[client] ℹ 「wds」: 404s will fallback to /
[client] Starting the development server...
[client]
[server] http://85.93.145.4:8000/ggg [ 'h5aSuU6hl-LeZqxoAAAA' ]
[server] http://85.93.145.4:8000/ggg [ 'h5aSuU6hl-LeZqxoAAAA', 'omxkhLbvNyJcATLPAAAB' ]
[client] Compiled with warnings.
[client]
[client] ./src/Video.js
[client] Line 127:39: Function declared in a loop contains unsafe references to variable(s) 'connections', 'socket', 'connections' no-loop-func
[client] Line 153:41: Function declared in a loop contains unsafe references to variable(s) 'connections', 'socket', 'connections' no-loop-func
[client] Line 189:39: Function declared in a loop contains unsafe references to variable(s) 'connections', 'socket', 'connections' no-loop-func
[client] Line 350:43: Function declared in a loop contains unsafe references to variable(s) 'connections', 'socket', 'connections' no-loop-func
[client]
[client] ./src/Home.js
[client] Line 21:8: 'url' is already defined no-redeclare
[client]
[client] Search for the keywords to learn more about each warning.
[client] To ignore, add // eslint-disable-next-line to the line before.
[client]
Video/Audio ScreenStream do not work.
May be need to setup SSL certificate ?
The text was updated successfully, but these errors were encountered:
I setup sources on host http://85.93.145.4:8000/
log on "yarn dev":
==================================================
root@elektrika:~/meet# yarn dev
yarn run v1.22.4
$ concurrently -n 'server,client' -c 'red,green' "nodemon app.js" "NODE_ENV=production PORT=8000 react-scripts start"
[server] [nodemon] 2.0.4
[server] [nodemon] to restart at any time, enter
rs
[server] [nodemon] watching path(s): .
[server] [nodemon] watching extensions: js,mjs,json
[server] [nodemon] starting
node app.js
[server] listening on 4001
[client] ℹ 「wds」: Project is running at http://0.0.0.0:8000/
[client] ℹ 「wds」: webpack output is served from
[client] ℹ 「wds」: Content not from webpack is served from /root/meet/public
[client] ℹ 「wds」: 404s will fallback to /
[client] Starting the development server...
[client]
[server] http://85.93.145.4:8000/ggg [ 'h5aSuU6hl-LeZqxoAAAA' ]
[server] http://85.93.145.4:8000/ggg [ 'h5aSuU6hl-LeZqxoAAAA', 'omxkhLbvNyJcATLPAAAB' ]
[client] Compiled with warnings.
[client]
[client] ./src/Video.js
[client] Line 127:39: Function declared in a loop contains unsafe references to variable(s) 'connections', 'socket', 'connections' no-loop-func
[client] Line 153:41: Function declared in a loop contains unsafe references to variable(s) 'connections', 'socket', 'connections' no-loop-func
[client] Line 189:39: Function declared in a loop contains unsafe references to variable(s) 'connections', 'socket', 'connections' no-loop-func
[client] Line 350:43: Function declared in a loop contains unsafe references to variable(s) 'connections', 'socket', 'connections' no-loop-func
[client]
[client] ./src/Home.js
[client] Line 21:8: 'url' is already defined no-redeclare
[client]
[client] Search for the keywords to learn more about each warning.
[client] To ignore, add // eslint-disable-next-line to the line before.
[client]
Video/Audio ScreenStream do not work.
May be need to setup SSL certificate ?
The text was updated successfully, but these errors were encountered: