GLO3102 / UBeat

API de gestion musicale fournie pour le cours GLO-3102 - Développement d'applications web - Université Laval.

Home Page:glo3102.ift.ulaval.ca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fetching followers doesn't give you the actual user id

medmouine opened this issue · comments

When you fetch the list of followers with the get users/:id in the array of followers all you have is the name, email and their own followers array (which is always empty). the only id i could find is the _id generated by mongo and it's clearly not the right one as whenever i use it to redirect the user to a profile the server responds with a 404 error.

On it.

Should be fixed with next deploy.