client-web icon indicating copy to clipboard operation
client-web copied to clipboard

BUG: Missing content from WB

Open Comoque1 opened this issue 6 months ago • 0 comments

Describe the bug Denise reported an issue with objects loss for particular whiteboard: https://alkem.io/sirprivate/collaboration/vision Missing content from a brainstorm, might be someone with no internet who saved or something...

we did a brainstorm session yesterday 3:30 - 5 
I think this is the status around 4:30

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior Data is not being lost.

Additional context Based on the server logs wasn't able to see error related to this particular WB id:

query{
  lookup{
    whiteboard(ID:"9c0dd396-2603-4794-a108-dd25b991baed"){
      profile{
        storageBucket{
          documents{url
            createdDate
            createdBy{
              profile{displayName}
            }
          }
        }
      }
    }
  }
}
image.png

The only server error logs: image.png

Whiteboard service doesn't show any errors related to that particular WB image.png

Areas that will be affected Optional, to be added by developer if relevant

Comoque1 avatar Aug 21 '24 14:08 Comoque1