Is this a support request?
No
Describe the bug
Using the docker image with tag 1.14 results in an error when attempting to remove all overrides
It feels like the ui code is new but the ldcli go code is old in that image. The UI code calls the rest endpoint DELETE /dev/projects/:projectKey/overrides which returns a 404.
When I pull from this repo locally and start the dev server using go run main.go dev-server, the same DELETE endpoint returns 204
To reproduce
To compare
- pull this repo and run
go run main.go dev-server with the same configuration as the docker container was started
- open the UI, add an override
- Click "Remove all overrides" and note the 204 response in the browser console
Expected behavior
Expect a 204, not a 404
Logs
CLI version
launchdarkly/ldcli:1.14.0
When I output the version of ldcli inside the container I get
OS/platform
launchdarkly/ldcli:1.14.0
Additional context
N/A
Is this a support request?
No
Describe the bug
Using the docker image with tag 1.14 results in an error when attempting to remove all overrides
It feels like the ui code is new but the ldcli go code is old in that image. The UI code calls the rest endpoint DELETE /dev/projects/:projectKey/overrides which returns a 404.
When I pull from this repo locally and start the dev server using
go run main.go dev-server, the same DELETE endpoint returns 204To reproduce
To compare
go run main.go dev-serverwith the same configuration as the docker container was startedExpected behavior
Expect a 204, not a 404
Logs
CLI version
launchdarkly/ldcli:1.14.0
When I output the version of
ldcliinside the container I getOS/platform
launchdarkly/ldcli:1.14.0
Additional context
N/A