I just installed a new version of Umbraco 14 on my local machine and created the first DocumentType in Settings successfully but I noticed the document does not appear on the right side of Content above the Recycle Bin and keep getting errors while adding the first record of the content "One or more validation errors occurred." I checked the log and it's seems related to the DateTime format System.FormatException: String '2024-08-06 15:23:46.862768' was not recognized as a valid DateTime.
Any Idea how to fix this issue as the installation goes successfully without any error.
One or more validation errors occurred.
I just installed a new version of Umbraco 14 on my local machine and created the first DocumentType in Settings successfully but I noticed the document does not appear on the right side of Content above the Recycle Bin and keep getting errors while adding the first record of the content "One or more validation errors occurred." I checked the log and it's seems related to the DateTime format
System.FormatException: String '2024-08-06 15:23:46.862768' was not recognized as a valid DateTime.
Any Idea how to fix this issue as the installation goes successfully without any error.
Did you enable the option Allow as root in the Document type which allows editors to create content of this type in the root of the content tree?
Yes, it's been allowed since the DocumentType was created.
is working on a reply...