bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
359 stars 240 forks source link

Error Upgrading to latest version #192

Closed NoobKeksTV closed 1 year ago

NoobKeksTV commented 2 years ago

Hi there, im running into an issue whilst upgrading my bbb installation using the upgrade script ( scripts/upgrade).

OS: Debian 10

My Error:

Binary found at /home/meteor/source/node_modules/node-sass/vendor/linux-x64-57/binding.node
Testing binary
Binary is fine
added 432 packages from 305 contributors and audited 827 packages in 10.2s
found 53 vulnerabilities (1 low, 37 moderate, 14 high, 1 critical)
  run `npm audit fix` to fix them, or `npm audit` for details
=> Errors while initializing project:

While downloading blaze-tools@1.0.10...:
error: certificate has expired

While downloading caching-html-compiler@1.1.3...:
error: certificate has expired

While downloading cfs:micro-queue@0.0.6...:
error: certificate has expired

While downloading cfs:power-queue@0.9.11...:
error: certificate has expired

While downloading cfs:reactive-list@0.0.9...:
error: certificate has expired

While downloading cfs:reactive-property@0.0.4...:
error: certificate has expired

While downloading html-tools@1.0.11...:
error: certificate has expired

While downloading htmljs@1.0.11...:
error: certificate has expired

While downloading mongo-decimal@0.1.1...:
error: certificate has expired

While downloading nathantreid:css-modules@3.1.4...:
error: certificate has expired

While downloading react-meteor-data@0.2.16...:
error: certificate has expired

While downloading rocketchat:streamer@1.0.1...:
error: certificate has expired

While downloading spacebars-compiler@1.1.3...:
error: certificate has expired

While downloading static-html@1.2.2...:
error: certificate has expired

While downloading templating-tools@1.1.2...:
error: certificate has expired

While downloading tmeasday:check-npm-versions@0.3.2...:
error: certificate has expired

The command '/bin/sh -c cd ~/source     && ~/.meteor/meteor npm install --production     && ~/.meteor/meteor build --directory ~/app     && rm -r ~/source' returned a non-zero code: 1
ERROR: Service 'html5' failed to build : Build failed
Yodiwan commented 2 years ago

Add this to the Dockerfile of html5:

ENV NODE_TLS_REJECT_UNAUTHORIZED 0

alangecker commented 1 year ago

this is most likely already resolved. feel free to post again if it is still an issue!