How to get results back from Umbraco Headless client
I'm struggling a bit with the Umbraco headless client.
I've tried following the examples on Our for both static MVC and ASP.Net framework. In both cases, I cannot get any results back from the PublishedContentService.
The call to Umbraco Headless is OK, and I can get results back from PostMan, but e.g. the GetAll("contentTypeAlias") returns an empty result.
I'm currently running on Headless Client version 0.9.7-CI-20180905-01
Has anyone succeeded with this?
/Lasse
Update: Tried to create new project from scratch, and presto! It works now!
I'm not quite sure, what went wrong in the first place.
How to get results back from Umbraco Headless client
I'm struggling a bit with the Umbraco headless client.
I've tried following the examples on Our for both static MVC and ASP.Net framework. In both cases, I cannot get any results back from the PublishedContentService. The call to Umbraco Headless is OK, and I can get results back from PostMan, but e.g. the GetAll("contentTypeAlias") returns an empty result.
I'm currently running on Headless Client version 0.9.7-CI-20180905-01
Has anyone succeeded with this?
/Lasse
Update: Tried to create new project from scratch, and presto! It works now!
I'm not quite sure, what went wrong in the first place.
is working on a reply...