Hubs-Foundation / hubs

Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.
https://hubsfoundation.org
Mozilla Public License 2.0
2.13k stars 1.42k forks source link

secret or public key must be provided #6409

Open dn0217 opened 9 months ago

dn0217 commented 9 months ago

How to provide a private key or public key

dn0217 commented 9 months ago

Parsing failed, unable to enter

easelify commented 9 months ago

Join the dialog server get this error too

image

easelify commented 9 months ago

In my case, when I update package.json set a new SSL cert file, and restart the dialog server I get this error.

This error keeps coming up whatever I do, then I reinstall the dialog server problem is solved.

Here are the steps:

pm2 delete dialog_server 
git clone https://github.com/name/your_dialog_repo dialog
cd dialog
npm install
pm2 start npm --name dialog_server -- run prod
pm2 status