In Umb Core 11.2 I would like to expand admin timeout and when I eneter custom value (according to documentation) gives me this error:
Application: w3wp.exe
CoreCLR Version: 7.0.423.11508
.NET Version: 7.0.4
Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException: Failed to convert configuration value at 'Umbraco:CMS:Global:TimeOut' to type 'System.TimeSpan'.
---> System.OverflowException: The TimeSpan string '00:60:00' could not be parsed because at least one of the numeric components is out of range or contains too many digits.
Core 11.2 appseetings issues
Hi,
In Umb Core 11.2 I would like to expand admin timeout and when I eneter custom value (according to documentation) gives me this error:
Aso this issue is still present: https://our.umbraco.com/forum/using-umbraco-and-getting-started/108078-configuration-alloweduploadfiles-and-imagefiletypes-with-json
Is there any solution to this (via Composer) or I should report bug.
Regards
Hi Asembli
I think your value should be '01:00:00' in order for it to be an hour.
is working on a reply...