mailchain / mailchain-legacy

Using Mailchain, blockchain users can now send and receive rich-media HTML messages with attachments via a blockchain address.
https://mailchain.xyz
Apache License 2.0
143 stars 51 forks source link

/messages returns empty #709

Open tboeckmann opened 3 years ago

tboeckmann commented 3 years ago

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):

Additional context Version: v0.0.67 works

robdefeo commented 3 years ago

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

robdefeo commented 3 years ago

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