Error in Starter Code for Adv Node and Express Chat App

Hey, just wanted to let any administrators or whoever know there’s an error in the glitch starter code for the chat app.

TypeError('Parameter “url” must be a string, not ’ + typeof url);

at Url.parse (url.js:103:11.)

Shows up in the log.

Not sure where it comes from and it didn’t surface when I used my code from the authentication challenges earlier in in the unit. Although, I was never able to get my app to actually work even though it passed all the tests, so there’s that too haha.

Just a heads up, thanks!