camunda / camunda-modeler

An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
https://camunda.com/products/modeler
MIT License
1.51k stars 483 forks source link

Camunda SaaS deployment and instance links point to wrong URL #3433

Closed nikku closed 1 year ago

nikku commented 1 year ago

Describe the bug

After I successfully deploy to Camunda SaaS the deployment link that is shown points to a wrong URL:

https://bru-2.operate.camunda.io/https:/97b6ddc1-d12c-45d0-b99b-9751bd10b62e/instances/?process=Process_0xl06rn&version=all&active=true&incidents=true
https://bru-2.operate.camunda.io/https:/97b6ddc1-d12c-45d0-b99b-9751bd10b62e/instances/2251799815919375

Expected (and working):

https://bru-2.operate.camunda.io/97b6ddc1-d12c-45d0-b99b-9751bd10b62e/instances/?process=Process_0xl06rn&version=all&active=true&incidents=true
https://bru-2.operate.camunda.io/97b6ddc1-d12c-45d0-b99b-9751bd10b62e/instances/2251799815919375

Steps to reproduce

  1. deploy or start process
  2. follow link shown in notification
  3. Link is broken (reports 404 - ...)

Expected behavior

Links work.

Environment

Additional context

The following notification shows the wrong link:

image

nikku commented 1 year ago

Closed via https://github.com/camunda/camunda-modeler/commit/312227e8938b70264b5ee5ecac3ba906c5e4e6a1.