Content appears in BackOffice, but not when accessed programatically - IDEAS NEEDED!
I'll preface this with it works when I am running locally, but not when I have deployed it.
Umbraco 7.8.1
Local environment: Windows 10, VS2017, SQL 2018 dev edition
Staging environment (where it doesnt work): Azure App service connected to sql2018
The property shows in the back office
The control is a nested content control, configured as follows:
However, when I access the content using this code
var settingsActivityCards = SiteConfiguration.GetFolder
The value of welcomeCards is null. I have cleared the umbraco.config file, restarted, republished in various variations, but still cannot seem to get this to work. As I mentioned, this works when I run locally in my dev environment.
Anyone have any sort of an idea as to what else to try?
Content appears in BackOffice, but not when accessed programatically - IDEAS NEEDED!
I'll preface this with it works when I am running locally, but not when I have deployed it.
Umbraco 7.8.1 Local environment: Windows 10, VS2017, SQL 2018 dev edition Staging environment (where it doesnt work): Azure App service connected to sql2018
The property shows in the back office
The control is a nested content control, configured as follows:
However, when I access the content using this code
var settingsActivityCards = SiteConfiguration.GetFolder
The value of welcomeCards is null. I have cleared the umbraco.config file, restarted, republished in various variations, but still cannot seem to get this to work. As I mentioned, this works when I run locally in my dev environment.
Anyone have any sort of an idea as to what else to try?
is working on a reply...