-
Notifications
You must be signed in to change notification settings - Fork 173
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
REST API always returns empty array #1302
Comments
Hi @mbspng, Seems that you are not starting any storage, thus the data published with the Please refer to the reference manual: https://zenoh.io/docs/manual/plugin-storage-manager/#backends-and-volumes |
@gabrik Even when I start it with a storage, the outcome is the same. I followed the example in https://zenoh.io/docs/getting-started/first-app/ even before trying it with Docker. I am running
I added the Edit: Ok, got it working, thanks. Documentation could be better, though. |
Actually, I still don't understand why the getting started example does not work. I got the manual PUT and GET working by adjusting the paths to |
Hi @mbspng, thank you for spotting this, the documentation is not yet updated to the |
@gabrik Ok thanks, installing |
Hi, if you using Zenohd in a 1.0.0 and using 0.11.0 in a lib to you aplication. It Don't work. |
Describe the bug
REST API always returns empty array
To reproduce
Build an run this Docker code
Then send curl commands from docs (https://zenoh.io/docs/apis/rest/)
Now I expect to see that data when I query it, but I do not:
System info
See docker code.
zenohd v1.0.0-alpha.6 built with rustc 1.75.0 (82e1608df 2023-12-21)
The text was updated successfully, but these errors were encountered: