Configuration of web servers:
My Sitfinity CMS website is deployed on three servers in which two are on load balancer and serve only frontend website, 3rd server in only serve CMS backend and only accessible within organization domain and not part of the loadbalancer.
Backend URL is cms.example.com Frontend URL is web.example.com
When I go to Marketing --> Mailing lists then click on Action --> Export, select file format and click on "Export", it does not export any file. When I look at browser console it shows me wrong (web URL) URL for export file.
In order to download file, I need to generate the below URL http:///cms.example.com/Telerik.Sitefinity.ExportSubscribersHttpHandler.ashx?provName=&isCSV=true&ids=c46d5106-e7fa-490b-93f5-0c7106ad8a61&exportExSub=true&allSub=false
How can I fix this issue for Mailing List Export file?