Mention api is throwing error in 12.1

After upgrade from 11.1.10 version to 12.1.1 version the mention api is throwing error as below

$core_v2_mentionable.List("SatishKumar65135")

//Here SatishKumar65135 is username

and the error is 

[ApiList-of-Mentionable]
Errors [IList-of-Error]
[0] [Error]
HttpStatusCode: 500 [Int32]
Message: "We apologize, but an unexpected issue prevented the page you requested from being available. We've logged the issue so the site administrator can resolve the problem." [String]
Type: "That Was Unexpected" [String]
Count: 1 [Int32]
Warnings [IList-of-Warning]
AsArray() [Array-of-Mentionable]
Get(String index) [Mentionable]
HasErrors() [Boolean]
ThrowErrors() [Void]

Parents Reply Children
  • The exception logs showing this 

    The remote server returned an error: (404) Not Found.

    GET /tinymce/apis/mentions?_pcurl=~%2Fdevelopers-more%2Finternal%2Fdemospace%2Faws-sentiment-testing%2Ff%2Fhelpdesk%2F42378%2Ftesting-production-upgrade-2&t=s&query=%C2%A0&contenttypeid=f586769b-0822-468a-b7f3-a94d480ed9b0

    System.Net.WebException: The remote server returned an error: (404) Not Found.
       at System.Net.HttpWebRequest.GetResponse()
       at Telligent.Evolution.Search.Solr.SolrWebRequests.GetFromHttpRequest(WebRequest request)
       at Telligent.Evolution.Search.Solr.SolrWebRequests.GetSolrResponseFromHttpGet(String url, Int32 timeoutMilliseconds, String searchUsername, String searchPassword)
  • Mentions in 12.1 now leverage the Solr search index. If Solr is not configured/running/indexed, mentions will not work.

    Only categories with results will be shown when suggestions are presented. If no "other members" were returned (for example, because they couldn't be queried or there were no results matching the search text so far), the category will not be displayed.