Umbraco Full Text Search Error rendering node using Http Renderer
Hi all,
I am using Umbraco Full Text Search (https://github.com/pynej/umbraco-fulltextsearch ) however I am not able to search the body of Umbraco Pages , presumably because I am getting the following error (from the App_Data/Logs.UmbracoTraceLog.v-terrycl-Len2.txr file):
2017-09-14 22:16:36,288 [P22372/D2/T78] ERROR Governor.Umbraco.FullTextSearch.Renderers.DefaultHttpRenderer - Error rendering node using Http Renderer.
System.ArgumentException: The specified value is not a valid Host header string.
at System.Net.HttpWebRequest.set_Host(String value)
at Governor.Umbraco.FullTextSearch.Utilities.Library.HttpRenderNode(Int32 pageId, Dictionary`2 cookieDictionary, String& fullHtml)
at Governor.Umbraco.FullTextSearch.Renderers.DefaultHttpRenderer.RetrieveHtml(String& fullHtml)
Any assistance understanding and resolving this issue would be appreciated.
Umbraco Full Text Search Error rendering node using Http Renderer
Hi all,
I am using Umbraco Full Text Search (https://github.com/pynej/umbraco-fulltextsearch ) however I am not able to search the body of Umbraco Pages , presumably because I am getting the following error (from the App_Data/Logs.UmbracoTraceLog.v-terrycl-Len2.txr file):
2017-09-14 22:16:36,288 [P22372/D2/T78] ERROR Governor.Umbraco.FullTextSearch.Renderers.DefaultHttpRenderer - Error rendering node using Http Renderer. System.ArgumentException: The specified value is not a valid Host header string. at System.Net.HttpWebRequest.set_Host(String value) at Governor.Umbraco.FullTextSearch.Utilities.Library.HttpRenderNode(Int32 pageId, Dictionary`2 cookieDictionary, String& fullHtml) at Governor.Umbraco.FullTextSearch.Renderers.DefaultHttpRenderer.RetrieveHtml(String& fullHtml)
Any assistance understanding and resolving this issue would be appreciated.
Thanks
Terry Clancy ClanceZ
OK. I solved this issue. It turns out I made a basic mistake. I had the following error in FullTestSearch.config
Because I was debugging in Visual Studio this should have been set to:
Thanks
Terry Clancy ClanceZ
is working on a reply...