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
When message sent with /relay/v1/auto/messages it is not stored in Store.
Contrary when it is sent with /relay/v1/messages/{pubsub} - it is stored in Store and can be queried by js-waku.
Impact
/relay/v1/auto/messages doesn't work as intended with Store.
Problem
When message sent with
/relay/v1/auto/messages
it is not stored inStore
.Contrary when it is sent with
/relay/v1/messages/{pubsub}
- it is stored inStore
and can be queried byjs-waku
.Impact
/relay/v1/auto/messages
doesn't work as intended withStore
.To reproduce
Expected behavior
Store
returns received messages.Screenshots/logs
On the screenshot you can see that

REST
response isOK
but no messages returned fromStore
:nwaku version/commit hash
Introduced around 0.32 or higher version
The text was updated successfully, but these errors were encountered: