You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
Describe the bug
The API returns lists of threads that contain messages. If we take the returned thread ID and give it to /api/messages/XXXXX it fails to do anything.
To Reproduce
GET /api/messages or GET /api/inbox
Take first any returned thread ID e.g. "0001"
GET /api/messages/0001
Expected behaviour
Get a successful response with maybe including the full thead info and some metadata for its messages
Actual behaviour
Error 500 - Failed to read message
The text was updated successfully, but these errors were encountered:
Describe the bug
The API returns lists of threads that contain messages. If we take the returned thread ID and give it to
/api/messages/XXXXX
it fails to do anything.To Reproduce
GET /api/messages
orGET /api/inbox
GET /api/messages/0001
Expected behaviour
Get a successful response with maybe including the full thead info and some metadata for its messages
Actual behaviour
Error 500 - Failed to read message
The text was updated successfully, but these errors were encountered: