mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-16 18:25:04 -06:00
SDA-1778 - Load the complete pod url instead of hostname (#893)
This commit is contained in:
parent
ed2204f395
commit
8a4ec3ec75
@ -517,7 +517,7 @@ export const isSymphonyReachable = (window: ICustomBrowserWindow | null) => {
|
||||
fetch(podUrl, { method: 'GET' }).then((rsp) => {
|
||||
if (rsp.status === 200 && windowHandler.isOnline) {
|
||||
logger.info(`window-utils: pod ${podUrl} is reachable, loading main window!`);
|
||||
window.loadURL(podUrl);
|
||||
window.loadURL(configUrl);
|
||||
if (networkStatusCheckIntervalId) {
|
||||
clearInterval(networkStatusCheckIntervalId);
|
||||
networkStatusCheckIntervalId = null;
|
||||
|
Loading…
Reference in New Issue
Block a user