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

A null element inside array causes UI to hang with "Rendering results..."

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • 5.5.0
    • 5.5.0
    • UI
    • None
    • Untriaged
    • Unknown

    Description

      Seen in Vulcan RC1

      When attempting to view documents inside a bucket, the UI hangs with "Rendering results..." if one of my documents has an array containing a null value.

      See attachments for initial find, and below for a minimal document that can reproduce:

      {
        "test": [
          null
        ]
      }
      

      {
        "test": [
          1,
          null,
          3
        ]
      }
      

      Attachments

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

        Activity

          People

            eben Eben Haber
            ben.brooks Ben Brooks
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty