Dev modes and OPC connections Endpoint missing

Hello,

I am configuring development modes. I have two instances dev and crash. I sync via git from dev to crash.

I configure everything in dev and move it to crash, which is a playground. When I sync, I overwrite everything in crash.

I am configuring local loopback OPC connection. On dev the server is on 62542 port and on crash it is at 19542. I create override I cannot set directly I get:

Error retrieving discovery server information for endpoint Url 'opc.tcp://localhost:19542

Of course. I use advanced, I set, OK. I sync to crash, I get:

UaException: status=Bad_ConfigurationError, message=no matching endpoints found

Wierd. There is no endpoint setting:

When I go back to dev, I see there is no endpoint setting on the active dev override. But I can see endpoint setting on the non active crash override.

I think it worked day before yesterday. It is weird I cannot edit active’s dev override endpoint.

Any ideas where to go?

UaException: status=Bad_ConfigurationError, message=no matching endpoints found	at com.inductiveautomation.ignition.gateway.opcua.client.ManagedClientKt.initialize(ManagedClient.kt:157)	at com.inductiveautomation.ignition.gateway.opcua.client.ManagedClientKt.access$initialize(ManagedClient.kt:1)	at com.inductiveautomation.ignition.gateway.opcua.client.ManagedClientKt$initialize$1.invokeSuspend(ManagedClient.kt)	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at java.base/java.lang.Thread.run(Unknown Source)