Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: REST relay endpoint doesn't store messages #3362

Open
weboko opened this issue Apr 8, 2025 · 0 comments
Open

bug: REST relay endpoint doesn't store messages #3362

weboko opened this issue Apr 8, 2025 · 0 comments
Labels
bug Something isn't working effort/hours Estimated to be completed in a few hours

Comments

@weboko
Copy link
Contributor

weboko commented Apr 8, 2025

Problem

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.

To reproduce

  1. Run Store interop test cases.
  2. See it failing.

Expected behavior

Store returns received messages.

Screenshots/logs

On the screenshot you can see that REST response is OK but no messages returned from Store:
Image

nwaku version/commit hash

Introduced around 0.32 or higher version

@weboko weboko added the bug Something isn't working label Apr 8, 2025
@Ivansete-status Ivansete-status added the effort/hours Estimated to be completed in a few hours label Apr 11, 2025
@Ivansete-status Ivansete-status moved this to Priority in Waku Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working effort/hours Estimated to be completed in a few hours
Projects
Status: Priority
Development

No branches or pull requests

2 participants