All of a sudden, FIND indexing the edit url instead of primary url, but only for documents. EPiServer.Find version="13.4.9EPiServer.CMS.Core version="11.20.16Seems the problem is in UrlResolver.GetUrl(contentreference) So it might not be FIND. The error happend after adding EPiServer.ContentDeliveryApi.Cms version="2.21.1"Any idea? websites config in admin:mysite https://www.site.comwww.site.com primary httpsedit.site.com edit https* results => documents UrlResolver.GetUrl(contentreference) => edit.site.com/globalassets/....
What about culture? Any difference in the culture column between www.site.com and edit.site.com?
Nope, ive also tested to have "sv" on all.
This is now registered as a bug: HAPI-2436.
All of a sudden, FIND indexing the edit url instead of primary url, but only for documents.
EPiServer.Find version="13.4.9
EPiServer.CMS.Core version="11.20.16
Seems the problem is in UrlResolver.GetUrl(contentreference) So it might not be FIND.
The error happend after adding EPiServer.ContentDeliveryApi.Cms version="2.21.1"
Any idea?
websites config in admin:
mysite https://www.site.com
www.site.com primary https
edit.site.com edit https
*
results => documents UrlResolver.GetUrl(contentreference) => edit.site.com/globalassets/....