Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.1
-
None
-
Reviewed
Description
Flow activity page is fail to load with "Timeline server failed with an error"
This page uses incorrect flow call "https://localhost:8188/ws/v2/timeline/flows?_=1528755339836" and it is failing to load.
1) Its using localhost instead ATS v2 hostname
2) Its using ATS v1.5 http port instead ATS v2 https port
The correct rest call is "https://<atsv2 host>:<atsv2 https port>/ws/v2/timeline/flows?_=1528755339836"