arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Thread view is broken #292

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

Clicking on a thread link shows the thread as a single message - "undefined". Happens with every thread I've tried. Clicking RAW results in:

{
  "key": "",
  "value": {
    "content": {}
  }
}
KyleMaas commented 3 years ago

Threads also seems to be broken. I reckon it's likely due to the same underlying problem.

arj03 commented 3 years ago

Strange. Havn't seen that one before. Did it help to reload?

KyleMaas commented 3 years ago

Nope. Even after a cache clear refresh, it's still doing the same thing.

KyleMaas commented 3 years ago

Okay, I'm going to have to correct that. It did the same thing initially, but then I typed up that reply and when I switched back to it, it worked.

KyleMaas commented 3 years ago

So maybe it just wasn't working while it was doing a sync? Because I think in both cases when it wasn't working it was trying to sync.

arj03 commented 3 years ago

It could be that if you got a lot of new messages that it was busy indexing.

KyleMaas commented 3 years ago

Could be. Probably shouldn't just be displaying "undefined" while it's loading.