While loading any page on the site and not having any contributions yet, an error will show up.
This api call:
https://api.knacksteem.org/v1/stats/users?username=helo
returns: {"status":404,"message":"There are not results matching your query."}
while a user with posts like:
https://api.knacksteem.org/v1/stats/users?username=knowledges
gets: a much nicer status 202: {"status":200,"results":[{"roles":["supervisor","moderator","contributor"],"isBanned":false,"bannedUntil":null,"banReason":null,"bannedBy":null,"username":"knowledges","createdAt":"1532936994"}],"count":1}
This bug causes miss leading error messages to the font end and to the console

While loading any page on the site and not having any contributions yet, an error will show up.
This api call:
https://api.knacksteem.org/v1/stats/users?username=helo
returns:
{"status":404,"message":"There are not results matching your query."}while a user with posts like:
https://api.knacksteem.org/v1/stats/users?username=knowledges
gets: a much nicer status 202:
{"status":200,"results":[{"roles":["supervisor","moderator","contributor"],"isBanned":false,"bannedUntil":null,"banReason":null,"bannedBy":null,"username":"knowledges","createdAt":"1532936994"}],"count":1}This bug causes miss leading error messages to the font end and to the console
