1). Always uninstall an older version of TIBCO Business Studio Cloud Edition.
2). Make sure to download and install the latest version of TIBCO Business Studio Cloud Edition from the production TIBCO Cloud Integration (TCI) URL.
3). Go to the bottom-left corner of TIBCO Business Studio Cloud Edition -->Cloud Application Tab -->Click on Settings -->API registry configurations. Check if the URL is pointing to the correct TCI cloud connection URL, i.e. https://integration.cloud.tibco.com:443 .
For reference, the TCI cloud connection URL is stored under your workspace.
/workspace/.metadata/.bw/apiregistory.json
===============================
{
"layout": "flat",
"showApiRegistryUrl": true,
"config": [{
"password": "<Encrypted TCI PASSWORD>",
"readonly": false,
"isEnabled": true,
"name": "Cloud",
"type": "cloud",
"url": "https://integration.cloud.tibco.com:443",
"username": "<Your TCI USERNAME> "
}],
"groupByApiRegistry": true
}
========================