CIO Roadmap not loading for non admin usersIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms When a non-admin users tries to look at a CIO roadmap, the page never finishes loading and stays at 100% Steps to Reproduce Login with a non admin userNavigation bar type CIO roadmap and click on itShould see the above screen If you click on the developer tools, you will see the following error: "Unexpected end of JSON Input" ReleaseLondon, MadridCauseOn the roadmap_user_page there is a CIO Roadmap. Opening this record, the "Panel Color Key" is null/empty and is causing the error for the user in questionResolutionSetting the "Panel Color Key" field for the record will resolve the issue. If this does not resolve the issue there may also be an ACL which is blocking the user.