MAIF / izanami

Izanami is a centralized versatile feature flag solution, well suited for micro service architectures.
https://maif.github.io/izanami/
Apache License 2.0
184 stars 42 forks source link

error on deleting a context #825

Closed nayosis closed 2 months ago

nayosis commented 2 months ago

When deleting a context in the application, the error "context doesn't exist" appears.

It seems that the construction of the endpoint is incorrect, with a double "/" in the API:

http://localhost:9000/api/admin/tenants/maifvie-tapc/projects/a2p/contexts//env52

Version used : https://github.com/MAIF/izanami/releases/tag/v2.1.0

ptitFicus commented 2 months ago

Thanks for reporting this, looks like it's fixed already.

It'll ship with next release !

nayosis commented 2 months ago

🙏