Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am running Umbraco Cloud using the UAAS client.
Even though i have set customErrors mode="Off" in the root web.config file i still get the standard non-informative yellow error screen with no debug info.
What am i missing here?
<system.web> <customErrors mode="Off" /> <trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" /> <httpRuntime requestValidationMode="2.0" enableVersionHeader="false" targetFramework="4.7.2" maxRequestLength="51200" fcnMode="Single" waitChangeNotification="3" maxWaitChangeNotification="10" /> <httpModules> <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> <add name="UmbracoModule" type="Umbraco.Web.UmbracoModule,Umbraco.Web" /> <add name="ClientDependencyModule" type="ClientDependency.Core.Module.ClientDependencyModule, ClientDependency.Core" /> <add name="ImageProcessorModule" type="ImageProcessor.Web.HttpModules.ImageProcessingModule, ImageProcessor.Web" /> </httpModules> <httpHandlers>
Hi Henrik,
Do you have Debug mode enabled in the web.config?
<compilation defaultLanguage="c#" batch="true" targetFramework="4.7.2" numRecompilesBeforeAppRestart="50" debug="true" />
No i didn't when you suggested it but now i have but i still don't get any valuable information
Have you checked that the environment is in debug mode ?
That did the trick. As a first time user of UCloud i missed that option. Thanks so much for the help :)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Local debug not working with UAAS client
I am running Umbraco Cloud using the UAAS client.
Even though i have set customErrors mode="Off" in the root web.config file i still get the standard non-informative yellow error screen with no debug info.
What am i missing here?
Hi Henrik,
Do you have Debug mode enabled in the web.config?
No i didn't when you suggested it but now i have but i still don't get any valuable information
Hi Henrik,
Have you checked that the environment is in debug mode ?
That did the trick. As a first time user of UCloud i missed that option. Thanks so much for the help :)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.