Hello,
See the following note in the ctrlx_datalayer_helper.py:
IMPORTANT: You need not change the parameter settings before building a snap and installing the snap on a ctrlX CORE. The method get_connection_string detects the snap environment and uses automatically inter process communication. Therefore the connection string to the ctrlX Datalayer is:
"ipc://"
The connection string paramaters are configurable so you can connect the app to an external CORE. As an example, you could read/write datalayer nodes on a physical CORE directly from your app build environment. If running locally, as a snap, ipc communication is used automatically.
... View more