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
// Base rotating messages (shown after first message)
40
40
constrotatingMessages=[
41
41
'Searching through the dataspace for available data...',
42
+
'Discovering Partner endpoints...',
43
+
'Discovering Digital Twin Registries...',
42
44
'Negotiating contracts with data providers...',
43
45
'Connecting to digital twin registries...',
44
46
'Establishing secure connections to data sources...',
45
47
'Retrieving digital twin information...',
46
-
'Almost there, gathering results...'
47
48
];
48
49
49
50
// Extended wait message for long operations
50
-
constextendedWaitMessage="It's taking a bit more than expected, probably the negotiation is being retried (approx 10s)";
51
+
constextendedWaitMessage="It's taking a bit more than expected, probably the access negotiation is still going (approx 10s)";
52
+
53
+
// Error message for very long operations
54
+
consterrorMessage="This is taking much longer than expected. There may be an error in the initial connection/negotiation process. Please contact your administrator.";
0 commit comments