Skip to content

Commit f870663

Browse files
Add status streaming known issue
1 parent 8db151f commit f870663

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/hub/known-issues.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ As we move development of *Certify Management Hub* towards a full release we wil
1010

1111
### User Interface
1212
#### Refreshing a page returns a blank page
13-
If using the combined hub service container image or serving the UI via the same service as the API, some app UI routing does not work (e.,g. reloading or booknarking in-app URL routes).
13+
If using the combined hub service container image or serving the UI via the same service as the API, some app UI routing does not work (e.,g. reloading or bookmarking in-app URL routes).
1414

1515
Pages that show data that might change will generally update themselves periodically (summary page, instances, charts etc) or in some cases when the underlying data changes and a message from the hub is streamed back the the UI. In some cases you may need to reload the app from the app root URL to see the latest information while the app is still under development.
1616

17+
#### When managed certificates change, the info doesn't update in the UI
18+
Normally, when the system changes managed certificate or updates it status the change should be streamed back to the UI via SignalR. This streaming functionality is currently not operational (including streaming renewal progress reports). Click on a managed certificate to load it's current information.
19+
1720
#### Loading time over slow connections
1821
The web app uses WebAssembly (WASM) and has a large application payload on initial load. Subsequent loads used cached resources.
1922

0 commit comments

Comments
 (0)