The challenge states the following:
Now, try loading up your app, authenticate, and you should see in your client console ‘1’ representing the current user count! Try loading more clients up, and authenticating to see the number go up.
However, when I register and log in a user to my app, nothing regarding the count appears in my console. How come?
(note that my code passes the test, it’s just disappointing that the console does not show what it should and I don’t know why)
This is what the console shows:
And this is what the browser shows:
Could it be that the user is not being authenticated? If so why?
https://boilerplate-advancednode.jaimeggb.repl.co
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36
Challenge: Communicate by Emitting
Link to the challenge: