Advait

Results 3 issues of Advait

``` const MONGO_USERNAME = process.env.MONGO_USERNAME || 'superuser'; const MONGO_PASSWORD = process.env.MONGO_USERNAME || 'supersecretpassword1'; const MONGO_HOST = process.env.MONGO_URL || `ds343895.mlab.com:43895/mongobongo`; ``` The above snippet is present in the config.ts file. The...

I was testing my code to create channels and encountered this error. Note that I'm not sending an id explicitly while creating a channel, the documentation says that it will...

Backend Team

I made changes to the example given in the library although I'm facing a lot of tearing and input lag issues. I have attached a video as well that you...