1

Struggling to find some forum to get help on this.

We've started using chatbase and are struggling to see our data in the dashboard. The API returns 200's with message_ids. Anyone able to point me in the right direction in terms of how to debug this further?

Have followed the docs here: https://chatbase.com/documentation/generic and their 'codelab'. Issues logged on github and tweeted.

Some of our data does show up - specifically the Intents and some of the 'Session flows', but the rest is blank. No messages, no 'active users' ever.

featherless
  • 2,118
  • 19
  • 19
JPThorne
  • 610
  • 11
  • 17

1 Answers1

1

So this was resolved by Chatbase updating their code and by us updating the timestamp to match their docs, i.e.:

"time_stamp: int, milliseconds since the UNIX epoch, used to sequence messages"

The full issue was discussed over on Github: https://github.com/google/chatbase-dotnet/issues/1

JPThorne
  • 610
  • 11
  • 17