/messages returns empty
tboeckmann opened this issue · 2 comments
tboeckmann commented
Describe the bug
The /messages endpoint does not return any messages
To Reproduce
Steps to reproduce the behavior:
- Got to
http://127.0.0.1:8080/api/messages?protocol=ethereum&network=ropsten&address=0xd5ab4ce3605cd590db609b6b5c8901fdb2ef7fe6
(or any other netowrk with messages) - 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
robdefeo commented
This is possibly related to background checking taking a long time to do the check. Needs further investigation.