I have uploaded my application into the Operator Cockpit. I also assigned the CF space and pushed the application in the CF space using the "cf push " command.
The status of the application is showing as "assigned ".
However, I'm getting the 'Something went wrong' error shown below.
How can I solve this issue?
Solution
This error comes when in the cloud foundry (CF) space myapp the application does not have any user-defined environment variables.
You can check the environment details using the below command.
cf env appname eg: cf env myapp
In this case, you have not used the correct manifest file at the time of app deployment (cf push).
Please use the current manifest file (which is present in the appbinary.zip file) for app deployment (push)
Notes
For any questions or support in this matter, contact us through the support center.
https://documentation.mindsphere.io/resources/html/operator-cockpit/en-US/107131125771.html
Notes