500 Internal Server Error on user profile page
I just got this strange behaviour today on our stage forums, we are not able to see the user avatar image on the user profile page which are logged in via SSO URL. When I debugged it in firebug, i saw a 500 Internal Server Error, below is the screenshot for the same.
The strange part is, it was all working fine couple of days back, i just logged in today to see everything broken
I don't know from where this is appending?
http://community-url/t5/user/viewprofilepage/user-id/%3Cdiv%20style=
Other issue is when I hit the following rest api for the user who are registered via SSO,
/users/id/${user.id}/profiles/avatar/size/profile
the response is
This is a capture of user profile page
This issue was not related to lithium error, we had our server issue, it is resolved now.