-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Environment (Required on creation):
- Tested with the Wildfly distro for 7.16.0-alpha5, but probably any webapp distro
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):
- The entry URL to an application and process engine must have a trailing slash. Without it, an infinite loading spinner is shown.
Steps to reproduce (Required on creation):
Observed Behavior (Required on creation):
- An infinite loading spinner is shown
- Browser console says:
Uncaught (in promise) Error: [$injector:modulerr] Failed to instantiate module cam.cockpit due to: [$injector:modulerr] Failed to instantiate module cam.commons due to: [$injector:modulerr] Failed to instantiate module camunda.common.services due to: no process engine selected [95]</<@http://localhost:8080/camunda/app/cockpit/scripts/camunda-cockpit-ui.js?bust=7.16.0-alpha5:7:85685 invoke@http://localhost:8080/camunda/lib/deps.js?bust=7.16.0-alpha5:44:26396 r@http://localhost:8080/camunda/lib/deps.js?bust=7.16.0-alpha5:44:25564 g/<@http://localhost:8080/camunda/lib/deps.js?bust=7.16.0-alpha5:44:25208 E@http://localhost:8080/camunda/lib/deps.js?bust=7.16.0-alpha5:44:1529 g@http://localhost:8080/camunda/lib/deps.js?bust=7.16.0-alpha5:44:25069 g/<@http://localhost:8080/camunda/lib/deps.js?bust=7.16.0-alpha5:44:25154 E@http://localhost:8080/camunda/lib/deps.js?bust=7.16.0-alpha5:44:1529 g@http://localhost:8080/camunda/lib/deps.js?bust=7.16.0-alpha5:44:25069 g/<@http://localhost:8080/camunda/lib/deps.js?bust=7.16.0-alp…
Expected behavior (Required on creation):
- The application loads correctly (like it does when navigating to http://localhost:8080/camunda/app/cockpit/default/ - note the trailing slash in the URL)
Root Cause (Required on prioritization):
Solution Ideas (Optional):
Hints (optional):
- Problem is already present in 7.15.0
This is the controller panel for Smart Panels app
- is related to
-
CAM-7080 Webapp disappears when selecting selected engine
- Closed
- links to