AddStaticKeyPathAsync() method does not return data
See original GitHub issueI think, it happed because AddStaticKeyPathAsync()
method uses ConsulConfigSource.FormValidKey()
which adds /
character to the end.
In consul documentation path looks like /kv/:key
.
https://demo.consul.io/v1/kv/hi - works
https://demo.consul.io/v1/kv/hi/ - not:(
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Issues · Drawaes/CondenserDotNet
AddStaticKeyPathAsync() method does not return data. #121 opened on Nov 6, ... Is it possible to use WindowsAuthentication middleware without ListenOptions?
Read more >Next.js getStaticProps not returning data
I am creating a blog in Next.js and using Strapi headless CMS as backend. I was trying to get data from the API...
Read more >Docs - API - ConsulRegistry Class
Methods ; AddUpdatingPathAsync(string), Task. This loads the keys from a path. The path is then watched and updates are added into the configuration...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can hopefully take a look at this tonight.
Thank you, but now all keys from consul start with
:
symbol.