mailchain/mailchain-legacy

/messages returns empty

tboeckmann opened this issue · 2 comments

Describe the bug
The /messages endpoint does not return any messages

To Reproduce
Steps to reproduce the behavior:

  1. Got to http://127.0.0.1:8080/api/messages?protocol=ethereum&network=ropsten&address=0xd5ab4ce3605cd590db609b6b5c8901fdb2ef7fe6 (or any other netowrk with messages)
  2. See empty [] repsonse

What version of Mailchain are you using ?
$ mailchain version
Version: v0.0.68 & Version: v0.0.69

Expected behavior
Messages should be returned for that address

Desktop (please complete the following information):

  • OS: OSX
  • Browser: chrome

Additional context
Version: v0.0.67 works

This is possibly related to background checking taking a long time to do the check. Needs further investigation.

#710 should prevent this is its a fetching issue as suspected.