November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi,
The perform feed doesn't use admin creds, but tokens.
I would recommend installing David Knipe's PerformFeedStatus (its a nuget package on the epi nuget feed) https://github.com/davidknipe/PerformFeedStatus
you can read more about it here: https://www.david-tec.com/2018/09/episerver-perform-feed-status-updated/
I installed the nuget package for the 'Perform Feed Status" job, and have the redirect mentioned in the web.config.
But when I try to access this feed from admin I get 404 error. I see that I have the FeedStatus.cshtml file in the modules folder. What am i missing?
"The perform feed doesn't use admin creds, but tokens." that iss not entirely true. it only uses token for the "callback" from recommendations. When you access downloadcatalogfeed it checks for admin previlleges, and get the latest exported file based on token.
@Sapra: did you contact developer support for this?
Trying to download the feed exorted by "Export Product Job" to debugg the issue in perform personalisation.
<our site>/episerverapi/downloadcatalogfeed with admin creds getting this below error. Even though we check it right after running the job. We are on lattest versions of epi cms and commerce.