Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 7
Next »
Issues and Solutions
No. | Issues | Solution |
---|
1. | Portal UI doesn’t go up and so you cannot access SDC UI via Portal UI | - Go to https://<<sdc_ip>>:<<sdc_port>/ with Google Chrome Dev
- Open Inspect and go to Application section
- On left column, open Cookies
- Add the following cookie key/value
USER_ID cs0008 for designer role USER_ID demo for admin role
This hack can be possible since SDC UI authentication mode is cookie based. So the attacker can override the cookie to force its request. |
2. | 'Create new Service' from SDC UI [empty field form] | The WA is described here [you need to create new categories via api rest, not via sdc gui ]:
SDC-4144
-
Getting issue details...
STATUS
|
3. | Usecase UI not working (502 HTTP response code)
[https://{{ip}}:30284/iui/usecaseui-ui/]
| The issue is described here
USECASEUI-726
-
Getting issue details...
STATUS
|