alkem-io / whiteboard-collaboration-service

Excalidraw web socket sync server
European Union Public License 1.2
0 stars 0 forks source link

BUG: Missing content from WB #19

Open Comoque1 opened 3 weeks ago

Comoque1 commented 3 weeks ago

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&_a=(columns:!('@timestamp',context,message,userId,stack),filters:!(),grid:(columns:(message:(width:431))),index:ee214087-bb19-4337-b7ec-a593912a6afd,interval:auto,query:(language:kuery,query:error),sort:!(!('@timestamp',desc)))):

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

techsmyth commented 3 weeks ago

No error in terms of execution, it is a design error that is biting us here. Either more patch work to prevent or we start the server side master journey

welcome[bot] commented 2 weeks ago

Thanks for opening your first issue here! Be sure to follow the issue template!