-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Documentation for NuCache JSON Serialization Option in Umbraco v13 #6734
Comments
Hi @devlopaag ! To make sure I understand exactly what is needed, here's my two cents on what should happen:
Does that sound correct to you? |
Hi @sofietoft 👋, thank you for the quick response and for acknowledging the issue! 💪 Yes, you’ve summarized it perfectly. The article absolutely needs a section about the NuCacheSerializerType setting, covering:
Additionally, it’s very important to explicitly mention the cmsContentNu table in the documentation. Developers searching for information about the data and dataRaw columns in this table will naturally expect related documentation to point them towards this setting. Without this connection, it’s easy to get stuck without realizing that NuCacheSerializerType is the solution. Having this information in the docs will save developers from hours of unnecessary digging (like I experienced). Looking forward to seeing the update soon! Best regards |
Excellent. Thanks for confirming @devlopaag ! I'll make sure we look into this as soon as possible. |
What type of issue is it?
Missing documentation
What article/section is this about?
(No specific link, as this option is not documented anywhere. It should be part of the NuCache settings documentation.)
Describe the issue
While upgrading from Umbraco v8 to v13, I encountered major difficulties retrieving JSON content from cmsContentNu as in previous versions. After hours of troubleshooting, I discovered the following undocumented option:
This configuration option resolves issues where JSON serialization of NuCache content is required. However, it is not documented anywhere. I spent over 8 hours debugging something that could have been solved quickly if this option had been properly documented.
Expected Outcome
This configuration option should be:
Documented in the NuCache settings section.
Clearly explained regarding its purpose and behavior.
If deprecated or not recommended, marked accordingly with an explanation.
Why is this important?
Lack of documentation caused wasted development hours and unnecessary frustration. Proper documentation for this setting will save time for developers, especially those migrating from older versions (v8 to v13).
Steps to Reproduce
The text was updated successfully, but these errors were encountered: