I am following the steps to get a .Net Core MVC (Static route website) running along side Umbraco Headless, however, I am struggling to add the Headless Client to the services in the ConfigureServices method located in Startup.cs. I have add the package using:
I have found a previous post that suggests to try and downgrade the version but this did not fix the issue. I installed every single previous version with no luck.
Headless - AddUmbracoHeadlessClient
Hi All,
I am following the steps to get a .Net Core MVC (Static route website) running along side Umbraco Headless, however, I am struggling to add the Headless Client to the services in the ConfigureServices method located in Startup.cs. I have add the package using:
'IServiceCollection' does not contain a definition for 'AddUmbracoHeadlessClient'
https://github.com/umbraco/UmbracoDocs/blob/headless/Umbraco-Cloud/Headless/Headless-Net-Client/website-static.md
I have included the following:
I have found a previous post that suggests to try and downgrade the version but this did not fix the issue. I installed every single previous version with no luck.
Any ideas?
Many thanks,
Ben
is working on a reply...