You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option 1:
Try ping clusterconfig, if it does not work - follow the following instructions:
Win + R, enter control panel
Select Network and Internet
Select Change adapter settings
Open VPN-connection settings (TAP-Windows Adapter V9)
Select Networking -> Internet Protocol Version 4 -> Properties
Select General -> Advanced
Select DNS -> Append these DNS suffixes (in order): -> enter your organization domain suffix (for example, dev.skbkontur.ru)
Try ping clusterconfig again
Option 2:
Create local file settings/clusterconfig inside your application folder with following content: clusterConfigHost := clusterconfig.<your.organization.domain.suffix>:9000 (for example, clusterConfigHost := clusterconfig.dev.kontur.ru:9000)
The text was updated successfully, but these errors were encountered:
Source code of the error
Option 1:
Try
ping clusterconfig
, if it does not work - follow the following instructions:Win + R
, entercontrol panel
Network and Internet
Change adapter settings
Networking
->Internet Protocol Version 4
->Properties
General
->Advanced
DNS
->Append these DNS suffixes (in order):
-> enter your organization domain suffix (for example,dev.skbkontur.ru
)ping clusterconfig
againOption 2:
settings/clusterconfig
inside your application folder with following content:clusterConfigHost := clusterconfig.<your.organization.domain.suffix>:9000
(for example,clusterConfigHost := clusterconfig.dev.kontur.ru:9000
)The text was updated successfully, but these errors were encountered: