Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-54232

Documents UI gets stuck showing "Rendering results..." for documents with mixed type arrays containing null

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 7.2.0
    • 6.6.4
    • UI
    • Untriaged
    • 1
    • Unknown

    Description

      When documents contain mixed type arrays (eg, an array contains a mixture of objects and null), the Documents page of the UI gets stuck showing Rendering results.... This prevents users from being able to view documents in the UI.

      The issue can be reproduced by creating the following document via the UI:

      {
        "field1": [
          {
            "id": "a"
          },
          {
            "id": "b"
          },
          null
        ]
      }
      

      The affected documents can still be viewed by switching to the Classic Editor mode in the UI:

       

      The affected documents can also still be accessed via N1QL query.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              mohsin.ahmed Mohsin Ahmed
              callum.majumdar Callum Majumdar
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                PagerDuty