Optimize Client: Importing reports into a collection fails - OS & ES #4855
Labels
group:support
All requests that are linked to a customer request. DRI: Tassilo
potential:optimize 3.14.3
potential:optimize 3.15.1
scope:optimize
Changes to Optimize.
type:bug
Issues that describe a user-facing bug in the project.
Environment (Required on creation)
Customer reported issue on 3.14.1
Reproduced on dev env on latest
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket)
When importing a report or dashboard in a collection the operation fails
Steps to reproduce (Required on creation)
My env setup:
mvn pre-integration-test -Pit,engine-latest -pl optimize/backend -am -Dskip.fe.build
Main
from Intellij with theopenSearch
profileyarn start
Observed Behavior (Required on creation)
Error in server logs:
Expected behavior (Required on creation)
Importing reports or dashboard in a collection works.
Root Cause (Required on prioritization)
When sending the POST request the
collectionId
has an encoded trailing slash.https://github.com/camunda/camunda-optimize/blob/368f665ff5c467f4be1819b356d24c98f5f5e924/optimize/client/src/components/Home/CollectionEnitiesList.js#L49
Solution Ideas
Remove trailing
/
fromid
Hints
Links
https://jira.camunda.com/browse/SUPPORT-24685
https://jira.camunda.com/browse/SUPPORT-25172
Breakdown
Pull Requests
Dev2QA handover
The text was updated successfully, but these errors were encountered: