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
Hey!
Thought the project looked really cool so wanted to give it a try.
I have got to the npm start of the server, but I am getting an error which seems to be a problem mongodb.
Do you use the docker compose file to spin up the mongodb container? In that case does your mongodb credentials in the .env file correspond with the values in the docker-compose.yml file?
Hey!
Yeah, I used npm run infra and it created the two docker containers (redis and mongo). I haven't changed anything in my .env, and it looks like they have the same values
I went into the terminal for the docker image and it looks like there is no database for nettu-meeting?
I have tried destroying and recreating but still having the same issues.
It's been a few years since I last used mongo so not really sure how to debug -.- . Happy to try anything.
Hey!
Thought the project looked really cool so wanted to give it a try.
I have got to the
npm start
of the server, but I am getting an error which seems to be a problem mongodb.My .env currently looks like the default, but with the mediasoup listenIP changed to my computers public ip.
Any help is appreciated!
The text was updated successfully, but these errors were encountered: