You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: